diff --git a/.github/workflows/build-verify.yml b/.github/workflows/build-verify.yml index e0f6939..ad4e646 100644 --- a/.github/workflows/build-verify.yml +++ b/.github/workflows/build-verify.yml @@ -85,7 +85,7 @@ jobs: - name: Install Cosign if: github.repository_owner == 'microcks' && env.PACKAGE_IMAGE == 'true' - uses: sigstore/cosign-installer@faadad0cce49287aee09b3a48701e75088a2c6ad # v4.0.0 + uses: sigstore/cosign-installer@6f9f17788090df1f26f669e9d70d6ae9567deba6 # v4.1.2 - name: Set up QEMU if: github.repository_owner == 'microcks' && env.PACKAGE_IMAGE == 'true'