Skip to content

Commit

Permalink
Bump cosign to v2.2.1
Browse files Browse the repository at this point in the history
Signed-off-by: Marco Franssen <[email protected]>
  • Loading branch information
marcofranssen committed Nov 13, 2023
1 parent d7cfa18 commit 87498db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/golang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
- name: Install cosign
uses: sigstore/[email protected]
with:
cosign-release: 'v2.2.0'
cosign-release: 'v2.2.1'

- name: Login to container registries
if: startsWith(github.ref, 'refs/tags/')
Expand Down Expand Up @@ -153,7 +153,7 @@ jobs:
- name: Install cosign
uses: sigstore/[email protected]
with:
cosign-release: 'v2.2.0'
cosign-release: 'v2.2.1'

- name: Sign provenance
run: |
Expand Down Expand Up @@ -189,7 +189,7 @@ jobs:
- name: Install cosign
uses: sigstore/[email protected]
with:
cosign-release: 'v2.2.0'
cosign-release: 'v2.2.1'

- name: Generate provenance for ${{ matrix.repo }}
uses: philips-labs/[email protected]
Expand Down

0 comments on commit 87498db

Please sign in to comment.