Skip to content

Commit

Permalink
Bump cosign to v2.2.3
Browse files Browse the repository at this point in the history
Signed-off-by: Marco Franssen <marco.franssen@gmail.com>
  • Loading branch information
marcofranssen committed Feb 9, 2024
1 parent c852cde commit dac9a32
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/cosign-installer@v3.4.0
with:
cosign-release: 'v2.2.1'
cosign-release: 'v2.2.3'

- 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/cosign-installer@v3.4.0
with:
cosign-release: 'v2.2.1'
cosign-release: 'v2.2.3'

- name: Sign provenance
run: |
Expand Down Expand Up @@ -189,7 +189,7 @@ jobs:
- name: Install cosign
uses: sigstore/cosign-installer@v3.4.0
with:
cosign-release: 'v2.2.1'
cosign-release: 'v2.2.3'

- name: Generate provenance for ${{ matrix.repo }}
uses: philips-labs/slsa-provenance-action@v0.9.0
Expand Down

0 comments on commit dac9a32

Please sign in to comment.