Skip to content

Commit

Permalink
Merge pull request #121 from clemlesne/dependabot/github_actions/deve…
Browse files Browse the repository at this point in the history
…lop/sigstore/cosign-installer-3.2.0

Build(deps): Bump sigstore/cosign-installer from 3.1.2 to 3.2.0
  • Loading branch information
clemlesne authored Nov 21, 2023
2 parents 03a6470 + 9f4dfc2 commit 17ddc88
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
node-version: ${{ env.NODE_VERSION }}

- name: Setup Cosign
uses: sigstore/cosign-installer@v3.1.2
uses: sigstore/cosign-installer@v3.2.0
with:
cosign-release: v${{ env.COSIGN_VERSION }}

Expand Down Expand Up @@ -312,7 +312,7 @@ jobs:
node-version: ${{ env.NODE_VERSION }}

- name: Setup Cosign
uses: sigstore/cosign-installer@v3.1.2
uses: sigstore/cosign-installer@v3.2.0
with:
cosign-release: v${{ env.COSIGN_VERSION }}

Expand Down Expand Up @@ -487,7 +487,7 @@ jobs:
node-version: ${{ env.NODE_VERSION }}

- name: Setup Cosign
uses: sigstore/cosign-installer@v3.1.2
uses: sigstore/cosign-installer@v3.2.0
with:
cosign-release: v${{ env.COSIGN_VERSION }}

Expand Down

0 comments on commit 17ddc88

Please sign in to comment.