From d67f912862531389686a94923bce742aa253123a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 22:51:53 +0000 Subject: [PATCH] Bump sigstore/cosign-installer Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) from 9c520b997e685cb69e1ac226f7dce8114e8f36df to b18d21aaa20ef40c4e681202a598b7591d5be577. - [Release notes](https://github.com/sigstore/cosign-installer/releases) - [Commits](https://github.com/sigstore/cosign-installer/compare/9c520b997e685cb69e1ac226f7dce8114e8f36df...b18d21aaa20ef40c4e681202a598b7591d5be577) --- updated-dependencies: - dependency-name: sigstore/cosign-installer dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/build-multiarch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-multiarch.yml b/.github/workflows/build-multiarch.yml index 8fb3f132..27683ba7 100644 --- a/.github/workflows/build-multiarch.yml +++ b/.github/workflows/build-multiarch.yml @@ -49,7 +49,7 @@ jobs: steps: - name: Install cosign if: ${{ inputs.sign == true && github.event.release && github.event.action == 'published' }} - uses: sigstore/cosign-installer@9c520b997e685cb69e1ac226f7dce8114e8f36df #v2.6.0 + uses: sigstore/cosign-installer@b18d21aaa20ef40c4e681202a598b7591d5be577 #v2.6.0 with: cosign-release: 'v2.0.0'