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