mirror of
https://github.com/ko-build/ko.git
synced 2026-06-18 20:14:08 +02:00
Bump sigstore/cosign-installer from 2.1.0 to 2.2.0 (#683)
Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) from 2.1.0 to 2.2.0. - [Release notes](https://github.com/sigstore/cosign-installer/releases) - [Commits](https://github.com/sigstore/cosign-installer/compare/v2.1.0...v2.2.0) --- updated-dependencies: - dependency-name: sigstore/cosign-installer dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
@@ -18,7 +18,7 @@ jobs:
|
||||
- uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: 1.17.x
|
||||
- uses: sigstore/cosign-installer@v2.1.0
|
||||
- uses: sigstore/cosign-installer@v2.2.0
|
||||
|
||||
# Build ko from HEAD, build and push an image tagged with the commit SHA,
|
||||
# then keylessly sign it with cosign.
|
||||
|
||||
@@ -33,7 +33,7 @@ jobs:
|
||||
registry-authority: ${{ env.REGISTRY_NAME }}:${{ env.REGISTRY_PORT }}
|
||||
|
||||
- name: Install Cosign
|
||||
uses: sigstore/cosign-installer@v2.1.0
|
||||
uses: sigstore/cosign-installer@v2.2.0
|
||||
with:
|
||||
cosign-release: 'v1.5.1'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user