Skip to content

Commit

Permalink
Merge pull request #2 from cncf/dependabot/github_actions/sigstore/co…
Browse files Browse the repository at this point in the history
…sign-installer-3.3.0
  • Loading branch information
onlydole authored Dec 19, 2023
2 parents 78acf81 + f18e9b7 commit 9011e70
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.2.0
- uses: sigstore/cosign-installer@v3.3.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.2.0
- uses: sigstore/cosign-installer@v3.3.0

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

0 comments on commit 9011e70

Please sign in to comment.