From d68b16808ea14eb6e2285b66ccc99a756c90854b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 21:03:43 +0000 Subject: [PATCH] Bump sigstore/cosign-installer from 3.9.1 to 3.10.0 Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) from 3.9.1 to 3.10.0. - [Release notes](https://github.com/sigstore/cosign-installer/releases) - [Commits](https://github.com/sigstore/cosign-installer/compare/v3.9.1...v3.10.0) --- updated-dependencies: - dependency-name: sigstore/cosign-installer dependency-version: 3.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/release-process.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-process.yml b/.github/workflows/release-process.yml index b577d3869..b5b733ef3 100644 --- a/.github/workflows/release-process.yml +++ b/.github/workflows/release-process.yml @@ -42,7 +42,7 @@ jobs: go-version-file: go.mod - name: Set up Cosign - uses: sigstore/cosign-installer@v3.9.1 + uses: sigstore/cosign-installer@v3.10.0 - name: Run release script run: |