We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 702dc91 commit 9a4fec8Copy full SHA for 9a4fec8
.github/workflows/build.yml
@@ -349,7 +349,7 @@ jobs:
349
# using Cosign and save the private key as a repository secret in Github for this workflow
350
# to consume. For more details, review the image signing section of the README.
351
- name: Install Cosign
352
- uses: sigstore/cosign-installer@c56c2d3e59e4281cc41dea2217323ba5694b171e # v3.8.0
+ uses: sigstore/cosign-installer@d7d6bc7722e3daa8354c50bcb52f4837da5e9b6a # v3.8.1
353
if: github.event_name != 'pull_request' && github.ref == format('refs/heads/{0}', github.event.repository.default_branch)
354
355
# Sign the image.
0 commit comments