Skip to content

Commit

Permalink
chore(deps): bump sigstore/cosign-installer from 3.1.2 to 3.2.0
Browse files Browse the repository at this point in the history
Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) from 3.1.2 to 3.2.0.
- [Release notes](https://github.com/sigstore/cosign-installer/releases)
- [Commits](sigstore/cosign-installer@v3.1.2...v3.2.0)

---
updated-dependencies:
- dependency-name: sigstore/cosign-installer
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Nov 8, 2023
1 parent b9047f2 commit 8bda5ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-alwatr-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:

- name: πŸ— Install cosign
if: ${{ github.event_name != 'pull_request' }}
uses: sigstore/cosign-installer@v3.1.2
uses: sigstore/cosign-installer@v3.2.0

- name: πŸ— Sign the published container image
if: ${{github.event_name != 'pull_request'}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-special-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ jobs:
- name: πŸ— Install cosign
if: ${{ github.event_name != 'pull_request' }}
uses: sigstore/cosign-installer@v3.1.2
uses: sigstore/cosign-installer@v3.2.0

- name: πŸ— Setup Docker Buildx
uses: docker/setup-buildx-action@v3.0.0
Expand Down

0 comments on commit 8bda5ca

Please sign in to comment.