Skip to content

Commit 36dbb4b

Browse files
committed
bump cosign to v2.4.0
1 parent 265b67f commit 36dbb4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ jobs:
4141
# https://github.com/sigstore/cosign-installer
4242
- name: Install cosign
4343
if: github.event_name != 'pull_request'
44-
uses: sigstore/cosign-installer@6e04d228eb30da1757ee4e1dd75a0ec73a653e06 #v3.1.1
44+
uses: sigstore/cosign-installer@v3.6.0
4545
with:
46-
cosign-release: 'v2.1.1'
46+
cosign-release: 'v2.4.0'
4747

4848
# Workaround: https://github.com/docker/build-push-action/issues/461
4949
- name: Setup Docker buildx

0 commit comments

Comments
 (0)