From 3bdc95fda01450613a0da908d61a2a2f1eefe495 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2026 15:23:26 +0000 Subject: [PATCH] build(deps): bump sigstore/cosign-installer from 3.8.1 to 4.1.2 Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) from 3.8.1 to 4.1.2. - [Release notes](https://github.com/sigstore/cosign-installer/releases) - [Commits](https://github.com/sigstore/cosign-installer/compare/v3.8.1...v4.1.2) --- 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/secure-build.yml | 2 +- .github/workflows/staging-dast.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/secure-build.yml b/.github/workflows/secure-build.yml index 531c2d0..567df39 100644 --- a/.github/workflows/secure-build.yml +++ b/.github/workflows/secure-build.yml @@ -67,7 +67,7 @@ jobs: # 3. Setup Sigstore Cosign for keyless OIDC container signing - name: Install Cosign - uses: sigstore/cosign-installer@v3.8.1 + uses: sigstore/cosign-installer@v4.1.2 # 4. Setup Docker Buildx with GHA caching support - name: Setup Docker Buildx diff --git a/.github/workflows/staging-dast.yml b/.github/workflows/staging-dast.yml index b70660d..45de955 100644 --- a/.github/workflows/staging-dast.yml +++ b/.github/workflows/staging-dast.yml @@ -44,7 +44,7 @@ jobs: # 3. Setup Sigstore Cosign for keyless image verification - name: Install Cosign - uses: sigstore/cosign-installer@v3.8.1 + uses: sigstore/cosign-installer@v4.1.2 # 4. Authenticate to GitHub Container Registry (GHCR) - name: Log in to GitHub Container Registry