From ae5bccd5e309ea8385a449b02e7eb5f2e4e5f5b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Dec 2023 01:34:51 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=EF=B8=8F=20GH=20Actions=20(deps):?= =?UTF-8?q?=20Bump=20sigstore/cosign-installer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) from 204a51a57a74d190b284a0ce69b44bc37201f343 to b18d21aaa20ef40c4e681202a598b7591d5be577. - [Release notes](https://github.com/sigstore/cosign-installer/releases) - [Commits](https://github.com/sigstore/cosign-installer/compare/204a51a57a74d190b284a0ce69b44bc37201f343...b18d21aaa20ef40c4e681202a598b7591d5be577) --- updated-dependencies: - dependency-name: sigstore/cosign-installer dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/docker-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index c83d37c..8b7efee 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -36,7 +36,7 @@ jobs: # https://github.com/sigstore/cosign-installer - name: Install cosign if: github.event_name != 'pull_request' - uses: sigstore/cosign-installer@204a51a57a74d190b284a0ce69b44bc37201f343 #v3.0.3 + uses: sigstore/cosign-installer@b18d21aaa20ef40c4e681202a598b7591d5be577 #v3.0.3 with: cosign-release: 'v1.13.1'