Skip to content

Commit

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

Build(deps): Bump sigstore/cosign-installer from 3.6.0 to 3.7.0
  • Loading branch information
clemlesne authored Nov 28, 2024
2 parents cc18b97 + c00c7c8 commit df0bdcc
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 @@ -148,7 +148,7 @@ jobs:
- name: Setup Cosign
# Only sign builds on main branch
if: github.ref == 'refs/heads/main'
uses: sigstore/cosign-installer@v3.6.0
uses: sigstore/cosign-installer@v3.7.0
with:
cosign-release: v${{ env.COSIGN_VERSION }}

Expand Down Expand Up @@ -357,7 +357,7 @@ jobs:
- name: Setup Cosign
# Only sign builds on main branch
if: github.ref == 'refs/heads/main'
uses: sigstore/cosign-installer@v3.6.0
uses: sigstore/cosign-installer@v3.7.0
with:
cosign-release: v${{ env.COSIGN_VERSION }}

Expand Down Expand Up @@ -546,7 +546,7 @@ jobs:
- name: Setup Cosign
# Only sign builds on main branch
if: github.ref == 'refs/heads/main'
uses: sigstore/cosign-installer@v3.6.0
uses: sigstore/cosign-installer@v3.7.0
with:
cosign-release: v${{ env.COSIGN_VERSION }}

Expand Down

0 comments on commit df0bdcc

Please sign in to comment.