Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit f4ba80e

Browse files
authored
ci: update cosign version
1 parent 37bc71c commit f4ba80e

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
@@ -39,9 +39,9 @@ jobs:
3939
# https://github.com/sigstore/cosign-installer
4040
- name: Install cosign
4141
if: github.event_name != 'pull_request'
42-
uses: sigstore/cosign-installer@6e04d228eb30da1757ee4e1dd75a0ec73a653e06 #v3.1.1
42+
uses: sigstore/cosign-installer@v3.3.0
4343
with:
44-
cosign-release: 'v2.1.1'
44+
cosign-release: "v2.2.3"
4545

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

0 commit comments

Comments
 (0)