From 4cd4d97e9e2af710e9bb4d9558da49d64ebd943d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 15:54:44 +0000 Subject: [PATCH] ci: bump sigstore/cosign-installer from 3.9.2 to 4.1.2 Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) from 3.9.2 to 4.1.2. - [Release notes](https://github.com/sigstore/cosign-installer/releases) - [Commits](https://github.com/sigstore/cosign-installer/compare/d58896d6a1865668819e1d91763c7751a165e159...6f9f17788090df1f26f669e9d70d6ae9567deba6) --- updated-dependencies: - dependency-name: sigstore/cosign-installer dependency-version: 4.1.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/security.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index ae7cdb5..3b3b730 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -280,7 +280,7 @@ jobs: # Sign only on TAGGED release builds. We don't sign every main push — # signatures are a release artifact; signing dev images is noise. if: startsWith(github.ref, 'refs/tags/v') - uses: sigstore/cosign-installer@d58896d6a1865668819e1d91763c7751a165e159 # v3.9.2 + uses: sigstore/cosign-installer@6f9f17788090df1f26f669e9d70d6ae9567deba6 # v4.1.2 # Keyless sign the image BY DIGEST. COSIGN_EXPERIMENTAL/--yes drive the # OIDC keyless flow: cosign requests a token from GitHub's OIDC provider