Skip to content

Commit

Permalink
Merge pull request #134 from joshuar/dependabot/github_actions/sigsto…
Browse files Browse the repository at this point in the history
…re/cosign-installer-3.5.0

build(deps): bump sigstore/cosign-installer from 3.4.0 to 3.5.0
  • Loading branch information
joshuar authored Apr 16, 2024
2 parents 90611af + 7194f8c commit 6ef7088
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
password: ${{ env.REGISTRY_PASSWORD }}

- name: Check and install cosign
uses: sigstore/cosign-installer@v3.4.0
uses: sigstore/cosign-installer@v3.5.0
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
with:
cosign-release: 'v2.2.2'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: install cosign
if: ${{ steps.release_please.outputs.release_created }}
id: install_cosign
uses: sigstore/cosign-installer@v3.4.0
uses: sigstore/cosign-installer@v3.5.0
with:
cosign-release: 'v2.2.2'

Expand Down

0 comments on commit 6ef7088

Please sign in to comment.