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 cf40633 commit a477e17Copy full SHA for a477e17
.github/workflows/release.yml
@@ -32,7 +32,7 @@ jobs:
32
with:
33
go-version: ${{ env.GO_VERSION }}
34
cache: false
35
- - uses: sigstore/cosign-installer@dc72c7d5c4d10cd6bcb8cf6e3fd625a9e5e537da # v3.7.0
+ - uses: sigstore/cosign-installer@3454372f43399081ed03b604cb2d021dabca52bb # v3.8.2
36
- name: Login to GitHub Container Registry to allow cosign signature push
37
run: echo "$DOCKER_PASSWORD" | docker login ghcr.io --username "$DOCKER_USERNAME" --password-stdin
38
env:
0 commit comments