Skip to content

Commit

Permalink
Bump sigstore/cosign-installer from 3.1.1 to 3.1.2 (#151)
Browse files Browse the repository at this point in the history
* Bump sigstore/cosign-installer from 3.1.1 to 3.1.2

Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) from 3.1.1 to 3.1.2.
- [Release notes](https://github.com/sigstore/cosign-installer/releases)
- [Commits](sigstore/cosign-installer@v3.1.1...v3.1.2)

---
updated-dependencies:
- dependency-name: sigstore/cosign-installer
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump cosign to v2.2.0

Signed-off-by: Marco Franssen <marco.franssen@gmail.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Marco Franssen <marco.franssen@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marco Franssen <marco.franssen@philips.com>
  • Loading branch information
dependabot[bot] and marcofranssen committed Sep 11, 2023
1 parent 6f2f394 commit a3da63b
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/cosign-installer@v3.1.1
uses: sigstore/cosign-installer@v3.1.2
with:
cosign-release: 'v2.1.1'
cosign-release: 'v2.2.0'

- 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/cosign-installer@v3.1.1
uses: sigstore/cosign-installer@v3.1.2
with:
cosign-release: 'v2.1.1'
cosign-release: 'v2.2.0'

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

steps:
- name: Install cosign
uses: sigstore/cosign-installer@v3.1.1
uses: sigstore/cosign-installer@v3.1.2
with:
cosign-release: 'v2.1.1'
cosign-release: 'v2.2.0'

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

0 comments on commit a3da63b

Please sign in to comment.