Skip to content

Commit 8cde61b

Browse files
committedFeb 25, 2024
Change cosign-install commit hash, bump release ver
1 parent 96dd212 commit 8cde61b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎.github/workflows/main.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,11 @@ jobs:
104104
# Install the cosign tool
105105
# ref.: https://github.com/sigstore/cosign-installer, v3.0.1
106106
- name: Install cosign
107-
uses: sigstore/cosign-installer@c3667d99424e7e6047999fb6246c0da843953c65
107+
uses: sigstore/cosign-installer@1fc5bd396d372bee37d608f955b336615edf79c8
108108
with:
109109
cosign-release: 'v2.0.0'
110+
- name: Confirm installation!
111+
run: cosign version
110112
# Workaround: https://github.com/docker/build-push-action/issues/461
111113
# ref.: https://github.com/docker/setup-buildx-action, v2.5.0
112114
- name: Setup Docker buildx

0 commit comments

Comments
 (0)