Merge pull request #1 from babariviere/dependabot/github_actions/sigstore/cosign-installer-3.5.0
Bump sigstore/cosign-installer from 3.4.0 to 3.5.0
This commit is contained in:
commit
5f42c376aa
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-boxkit.yml
vendored
2
.github/workflows/build-boxkit.yml
vendored
|
@ -84,7 +84,7 @@ jobs:
|
|||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
# Sign container
|
||||
- uses: sigstore/cosign-installer@v3.4.0
|
||||
- uses: sigstore/cosign-installer@v3.5.0
|
||||
|
||||
- name: Sign container image
|
||||
if: github.event_name != 'pull_request'
|
||||
|
|
Loading…
Reference in a new issue