diff --git a/.github/workflows/build-verify.yml b/.github/workflows/build-verify.yml index e0f6939..ada1f33 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@cad07c2e89fa2edd6e2d7bab4c1aa38e53f76003 # v4.1.1 - name: Set up QEMU if: github.repository_owner == 'microcks' && env.PACKAGE_IMAGE == 'true'