From d999054b1e55da511be7baa9ec631f23de34ddbd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Nov 2025 18:48:05 +0000 Subject: [PATCH] chore: bump sigstore/cosign-installer from 3.3.0 to 4.0.0 Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) from 3.3.0 to 4.0.0. - [Release notes](https://github.com/sigstore/cosign-installer/releases) - [Commits](https://github.com/sigstore/cosign-installer/compare/v3.3.0...v4.0.0) --- updated-dependencies: - dependency-name: sigstore/cosign-installer dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 89fd5e9..9c1757a 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -74,7 +74,7 @@ jobs: push: true tags: ghcr.io/${{ github.repository }}:${{steps.dependencies.outputs.VERSION}} - - uses: sigstore/cosign-installer@v3.3.0 + - uses: sigstore/cosign-installer@v4.0.0 - name: Image Signing if: ${{ steps.dependencies.outputs.VERSION != ''}}