Skip to content

Commit

Permalink
Bump cosign to v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcofranssen committed Aug 12, 2024
1 parent 201de6f commit 62faa49
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
- name: Install cosign
uses: sigstore/[email protected]
with:
cosign-release: 'v2.2.1'
cosign-release: 'v2.4.0'

- name: Install Syft
uses: anchore/sbom-action/[email protected]
Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
- name: Install cosign
uses: sigstore/[email protected]
with:
cosign-release: 'v2.2.1'
cosign-release: 'v2.4.0'

- name: Install Syft
uses: anchore/sbom-action/[email protected]
Expand Down Expand Up @@ -199,7 +199,7 @@ jobs:
- name: Install cosign
uses: sigstore/[email protected]
with:
cosign-release: 'v2.2.1'
cosign-release: 'v2.4.0'

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

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

0 comments on commit 62faa49

Please sign in to comment.