We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 314f135 commit 9fddf13Copy full SHA for 9fddf13
.github/workflows/main.yml
@@ -28,9 +28,9 @@ jobs:
28
# https://github.com/sigstore/cosign-installer
29
- name: Install cosign
30
if: github.event_name != 'pull_request'
31
- uses: sigstore/cosign-installer@7e0881f8fe90b25e305bbf0309761e9314607e25
+ uses: sigstore/cosign-installer@v3.1.1
32
with:
33
- cosign-release: 'v1.9.0'
+ cosign-release: 'v2.1.1'
34
35
# Workaround: https://github.com/docker/build-push-action/issues/461
36
- name: Setup Docker buildx
0 commit comments