We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 13771af + 6e5c6cf commit 5318d28Copy full SHA for 5318d28
1 file changed
.github/workflows/build.yml
@@ -162,7 +162,7 @@ jobs:
162
# using Cosign and save the private key as a repository secret in Github for this workflow
163
# to consume. For more details, review the image signing section of the README.
164
- name: Install Cosign
165
- uses: sigstore/cosign-installer@faadad0cce49287aee09b3a48701e75088a2c6ad # v4.0.0
+ uses: sigstore/cosign-installer@ba7bc0a3fef59531c69a25acd34668d6d3fe6f22 # v4.1.0
166
if: github.event_name != 'pull_request' && github.ref == format('refs/heads/{0}', github.event.repository.default_branch)
167
with:
168
cosign-release: 'v2.6.1'
0 commit comments