diff --git a/.github/workflows/build-verify.yml b/.github/workflows/build-verify.yml index aa11852..d09d21c 100644 --- a/.github/workflows/build-verify.yml +++ b/.github/workflows/build-verify.yml @@ -66,7 +66,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'