Skip to content

Commit

Permalink
chore(deps): update sigstore/cosign-installer action to v3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and muhlba91 committed Aug 7, 2024
1 parent 894eb2a commit 6bec41b
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
go-version: "${{ matrix.go-version }}"

- name: Install cosign
uses: sigstore/cosign-installer@v3.5.0
uses: sigstore/cosign-installer@v3.6.0
- name: Download Syft
uses: anchore/sbom-action/download-syft@v0.17.0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
go-version: "${{ matrix.go-version }}"

- name: Install cosign
uses: sigstore/cosign-installer@v3.5.0
uses: sigstore/cosign-installer@v3.6.0
- name: Download Syft
uses: anchore/sbom-action/download-syft@v0.17.0

Expand Down

0 comments on commit 6bec41b

Please sign in to comment.