From 068aa754f1b8aa02d599ed3ddefa71575d020898 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 22:49:03 +0000 Subject: [PATCH] Bump sigstore/cosign-installer Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) from b18d21aaa20ef40c4e681202a598b7591d5be577 to e1523de7571e31dbe865fd2e80c5c7c23ae71eb4. - [Release notes](https://github.com/sigstore/cosign-installer/releases) - [Commits](https://github.com/sigstore/cosign-installer/compare/b18d21aaa20ef40c4e681202a598b7591d5be577...e1523de7571e31dbe865fd2e80c5c7c23ae71eb4) --- 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 27683ba7..e60d8da8 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@b18d21aaa20ef40c4e681202a598b7591d5be577 #v2.6.0 + uses: sigstore/cosign-installer@e1523de7571e31dbe865fd2e80c5c7c23ae71eb4 #v2.6.0 with: cosign-release: 'v2.0.0'