Skip to content

Commit

Permalink
Bump cosign to v2.2.4
Browse files Browse the repository at this point in the history
Signed-off-by: Marco Franssen <marco.franssen@gmail.com>
  • Loading branch information
marcofranssen authored Apr 15, 2024
1 parent 7e329b7 commit 042f5b2
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.5.0
with:
cosign-release: 'v2.2.3'
cosign-release: 'v2.2.4'

- name: Login to container registries
if: startsWith(github.ref, 'refs/tags/')
Expand Down Expand Up @@ -154,7 +154,7 @@ jobs:
- name: Install cosign
uses: sigstore/cosign-installer@v3.5.0
with:
cosign-release: 'v2.2.3'
cosign-release: 'v2.2.4'

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

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

0 comments on commit 042f5b2

Please sign in to comment.