Skip to content

Commit

Permalink
Merge pull request #3 from cncf/dependabot/github_actions/sigstore/co…
Browse files Browse the repository at this point in the history
…sign-installer-3.4.0

Bump sigstore/cosign-installer from 3.3.0 to 3.4.0
  • Loading branch information
onlydole authored Feb 6, 2024
2 parents 9011e70 + 989ac24 commit dbd81d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

# Sign container
- uses: sigstore/cosign-installer@v3.3.0
- uses: sigstore/cosign-installer@v3.4.0

- name: Sign container image
if: github.event_name != 'pull_request'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mistral.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

# Sign container
- uses: sigstore/cosign-installer@v3.3.0
- uses: sigstore/cosign-installer@v3.4.0

- name: Sign container image
if: github.event_name != 'pull_request'
Expand Down

0 comments on commit dbd81d2

Please sign in to comment.