From 0a844f95f7124d71c5d4e6e169e49d68dda40705 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 22:30:18 +0000 Subject: [PATCH] Bump sigstore/cosign-installer Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) from a5d81fb6bdbcbb3d239e864d6552820420254494 to 4a861528be5e691840a69536975ada1d4c30349d. - [Release notes](https://github.com/sigstore/cosign-installer/releases) - [Commits](https://github.com/sigstore/cosign-installer/compare/a5d81fb6bdbcbb3d239e864d6552820420254494...4a861528be5e691840a69536975ada1d4c30349d) --- 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 3f3ffd3f..9528590d 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@a5d81fb6bdbcbb3d239e864d6552820420254494 #v2.6.0 + uses: sigstore/cosign-installer@4a861528be5e691840a69536975ada1d4c30349d #v2.6.0 with: cosign-release: 'v2.0.0'