Skip to content

Commit

Permalink
Merge pull request #297 from philips-labs/dependabot/github_actions/s…
Browse files Browse the repository at this point in the history
…igstore/cosign-installer-3.2.0

⬆️ Bump sigstore/cosign-installer from 3.1.2 to 3.2.0
  • Loading branch information
marcofranssen committed Nov 13, 2023
2 parents 4a1cc02 + 91bc25f commit 43feefe
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ jobs:
cache: true

- name: Install cosign
uses: sigstore/cosign-installer@11086d25041f77fe8fe7b9ea4e48e3b9192b8f19 # ratchet:sigstore/cosign-installer@v3.1.2
uses: sigstore/cosign-installer@1fc5bd396d372bee37d608f955b336615edf79c8 # ratchet:sigstore/cosign-installer@v3.2.0
with:
cosign-release: 'v2.2.0'
cosign-release: 'v2.2.1'

- name: Install Syft
uses: anchore/sbom-action/download-syft@78fc58e266e87a38d4194b2137a3d4e9bcaf7ca1 # ratchet:anchore/sbom-action/download-syft@v0.14.3
Expand Down Expand Up @@ -154,9 +154,9 @@ jobs:

steps:
- name: Install cosign
uses: sigstore/cosign-installer@11086d25041f77fe8fe7b9ea4e48e3b9192b8f19 # ratchet:sigstore/cosign-installer@v3.1.2
uses: sigstore/cosign-installer@1fc5bd396d372bee37d608f955b336615edf79c8 # ratchet:sigstore/cosign-installer@v3.2.0
with:
cosign-release: 'v2.2.0'
cosign-release: 'v2.2.1'

- name: Install Syft
uses: anchore/sbom-action/download-syft@78fc58e266e87a38d4194b2137a3d4e9bcaf7ca1 # ratchet:anchore/sbom-action/download-syft@v0.14.3
Expand Down Expand Up @@ -203,9 +203,9 @@ jobs:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

- name: Install cosign
uses: sigstore/cosign-installer@11086d25041f77fe8fe7b9ea4e48e3b9192b8f19 # ratchet:sigstore/cosign-installer@v3.1.2
uses: sigstore/cosign-installer@1fc5bd396d372bee37d608f955b336615edf79c8 # ratchet:sigstore/cosign-installer@v3.2.0
with:
cosign-release: 'v2.2.0'
cosign-release: 'v2.2.1'

- name: Sign provenance
run: |
Expand Down Expand Up @@ -239,9 +239,9 @@ jobs:

steps:
- name: Install cosign
uses: sigstore/cosign-installer@11086d25041f77fe8fe7b9ea4e48e3b9192b8f19 # ratchet:sigstore/cosign-installer@v3.1.2
uses: sigstore/cosign-installer@1fc5bd396d372bee37d608f955b336615edf79c8 # ratchet:sigstore/cosign-installer@v3.2.0
with:
cosign-release: 'v2.2.0'
cosign-release: 'v2.2.1'

- name: Generate provenance for ${{ matrix.repo }}
uses: philips-labs/slsa-provenance-action@752766b8a3b1ebd09d599e163eeec8fa39e677aa # ratchet:philips-labs/slsa-provenance-action@v0.8.0
Expand Down

0 comments on commit 43feefe

Please sign in to comment.