From 5bba54c548b1fddc851affb47dec8316a484afa4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 17:19:21 +0000 Subject: [PATCH] Bump sigstore/cosign-installer from 3.5.0 to 3.7.0 Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) from 3.5.0 to 3.7.0. - [Release notes](https://github.com/sigstore/cosign-installer/releases) - [Commits](https://github.com/sigstore/cosign-installer/compare/59acb6260d9c0ba8f4a2f9d9b48431a222b68e20...dc72c7d5c4d10cd6bcb8cf6e3fd625a9e5e537da) --- updated-dependencies: - dependency-name: sigstore/cosign-installer dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/release-cni-plugin.yml | 2 +- .github/workflows/release-proxy-init.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-cni-plugin.yml b/.github/workflows/release-cni-plugin.yml index 46bc4f55..c87d389c 100644 --- a/.github/workflows/release-cni-plugin.yml +++ b/.github/workflows/release-cni-plugin.yml @@ -66,7 +66,7 @@ jobs: --platform linux/amd64,linux/arm64,linux/arm/v7 \ --output type=registry - if: needs.meta.outputs.mode == 'release' - uses: sigstore/cosign-installer@59acb6260d9c0ba8f4a2f9d9b48431a222b68e20 + uses: sigstore/cosign-installer@dc72c7d5c4d10cd6bcb8cf6e3fd625a9e5e537da - if: needs.meta.outputs.mode == 'release' run: cosign sign -y "${{ needs.meta.outputs.repo }}:${{ needs.meta.outputs.version }}" env: diff --git a/.github/workflows/release-proxy-init.yml b/.github/workflows/release-proxy-init.yml index af96a808..71f1148a 100644 --- a/.github/workflows/release-proxy-init.yml +++ b/.github/workflows/release-proxy-init.yml @@ -66,7 +66,7 @@ jobs: --platform linux/amd64,linux/arm64,linux/arm/v7 \ --output type=registry - if: needs.meta.outputs.mode == 'release' - uses: sigstore/cosign-installer@59acb6260d9c0ba8f4a2f9d9b48431a222b68e20 + uses: sigstore/cosign-installer@dc72c7d5c4d10cd6bcb8cf6e3fd625a9e5e537da - if: needs.meta.outputs.mode == 'release' run: cosign sign -y "${{ needs.meta.outputs.repo }}:${{ needs.meta.outputs.version }}" env: