diff --git a/.github/workflows/build-verify.yml b/.github/workflows/build-verify.yml index 182a23e..3ac3d7e 100644 --- a/.github/workflows/build-verify.yml +++ b/.github/workflows/build-verify.yml @@ -65,7 +65,7 @@ jobs: - name: Install Cosign if: github.repository_owner == 'microcks' && env.PACKAGE_IMAGE == 'true' - uses: sigstore/cosign-installer@d58896d6a1865668819e1d91763c7751a165e159 # v3.9.2 + uses: sigstore/cosign-installer@d7543c93d881b35a8faa02e8e3605f69b7a1ce62 # v3.10.0 - name: Set up QEMU if: github.repository_owner == 'microcks' && env.PACKAGE_IMAGE == 'true'