We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d96e2e commit 771a46cCopy full SHA for 771a46c
1 file changed
.github/workflows/build.yml
@@ -62,7 +62,7 @@ jobs:
62
63
# Even if we're testing we sign the images, so we can push them to production later if that's required
64
- name: Install cosign
65
- uses: sigstore/cosign-installer@398d4b0eeef1380460a10c8013a76f728fb906ac # v3
+ uses: sigstore/cosign-installer@cad07c2e89fa2edd6e2d7bab4c1aa38e53f76003 # v4.1.1
66
# See https://github.blog/security/supply-chain-security/safeguard-container-signing-capability-actions/
67
# and https://github.com/actions/starter-workflows/blob/main/ci/docker-publish.yml for more details on
68
# how to use cosign.
0 commit comments