We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cc76c4 commit df282f9Copy full SHA for df282f9
.github/workflows/build.yml
@@ -163,7 +163,7 @@ jobs:
163
# using Cosign and save the private key as a repository secret in Github for this workflow
164
# to consume. For more details, review the image signing section of the README.
165
- name: Install Cosign
166
- uses: sigstore/cosign-installer@fb28c2b6339dcd94da6e4cbcbc5e888961f6f8c3 # v3.9.0
+ uses: sigstore/cosign-installer@398d4b0eeef1380460a10c8013a76f728fb906ac # v3.9.1
167
if: github.event_name != 'pull_request' && github.ref == format('refs/heads/{0}', github.event.repository.default_branch)
168
169
- name: Sign container image
0 commit comments