From f695286db96c1e1a800e52d8b5b7c570fe9b584f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Feb 2022 11:12:54 -0300 Subject: [PATCH] chore(deps): bump sigstore/cosign-installer from 1.4.1 to 2.0.0 (#2866) Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) from 1.4.1 to 2.0.0. - [Release notes](https://github.com/sigstore/cosign-installer/releases) - [Commits](https://github.com/sigstore/cosign-installer/compare/v1.4.1...v2.0.0) --- updated-dependencies: - dependency-name: sigstore/cosign-installer dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index afc4592aedd..58c11a77447 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -85,7 +85,7 @@ jobs: ./dist/*.rpm ./dist/*.apk key: ${{ runner.os }}-go-${{ hashFiles('**/*.go') }}-${{ hashFiles('**/go.sum') }} - - uses: sigstore/cosign-installer@v1.4.1 + - uses: sigstore/cosign-installer@v2.0.0 - uses: anchore/sbom-action/download-syft@v0.6.0 - name: setup-validate-krew-manifest # TODO: replace this once https://github.com/kubernetes-sigs/krew/pull/736 is merged