Skip to content

Commit

Permalink
Bump sigstore/cosign-installer from 3.1.0 to 3.1.1 (#146)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marco Franssen <[email protected]>
  • Loading branch information
dependabot[bot] and marcofranssen authored Jul 3, 2023
1 parent c01299a commit d2b219e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/golang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ jobs:
check-latest: true

- name: Install cosign
uses: sigstore/[email protected].0
uses: sigstore/[email protected].1
with:
cosign-release: 'v2.1.0'
cosign-release: 'v2.1.1'

- name: Checkout
uses: actions/checkout@v3
Expand Down Expand Up @@ -160,9 +160,9 @@ jobs:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

- name: Install cosign
uses: sigstore/[email protected].0
uses: sigstore/[email protected].1
with:
cosign-release: 'v2.1.0'
cosign-release: 'v2.1.1'

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

steps:
- name: Install cosign
uses: sigstore/[email protected].0
uses: sigstore/[email protected].1
with:
cosign-release: 'v2.1.0'
cosign-release: 'v2.1.1'

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

0 comments on commit d2b219e

Please sign in to comment.