File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 71
71
72
72
# Even if we're testing we sign the images, so we can push them to production later if that's required
73
73
- name : Install cosign
74
- uses : sigstore/cosign-installer@d7d6bc7722e3daa8354c50bcb52f4837da5e9b6a # v3
74
+ uses : sigstore/cosign-installer@3454372f43399081ed03b604cb2d021dabca52bb # v3
75
75
# See https://github.blog/security/supply-chain-security/safeguard-container-signing-capability-actions/
76
76
# and https://github.com/actions/starter-workflows/blob/main/ci/docker-publish.yml for more details on
77
77
# how to use cosign.
@@ -172,7 +172,7 @@ jobs:
172
172
done
173
173
174
174
- name : Install cosign
175
- uses : sigstore/cosign-installer@d7d6bc7722e3daa8354c50bcb52f4837da5e9b6a # v3
175
+ uses : sigstore/cosign-installer@3454372f43399081ed03b604cb2d021dabca52bb # v3
176
176
177
177
- name : Sign images
178
178
run : |
You can’t perform that action at this time.
0 commit comments