From 1cb3a30d913359b6bab05ed55d3e5577001cee60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 08:07:40 +0000 Subject: [PATCH] chore(deps): bump sigstore/cosign-installer from 3.10.0 to 4.1.1 Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) from 3.10.0 to 4.1.1. - [Release notes](https://github.com/sigstore/cosign-installer/releases) - [Commits](https://github.com/sigstore/cosign-installer/compare/v3.10.0...v4.1.1) --- updated-dependencies: - dependency-name: sigstore/cosign-installer dependency-version: 4.1.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release_build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release_build.yml b/.github/workflows/release_build.yml index c6b7ac4..6016969 100644 --- a/.github/workflows/release_build.yml +++ b/.github/workflows/release_build.yml @@ -29,7 +29,7 @@ jobs: id: go - uses: docker/setup-qemu-action@v3 - uses: docker/setup-buildx-action@v3 - - uses: sigstore/cosign-installer@v3.10.0 + - uses: sigstore/cosign-installer@v4.1.1 - uses: anchore/sbom-action/download-syft@v0.20.11 - uses: crazy-max/ghaction-upx@v4 with: