From c872e02af24909e4503c71f2b191244e28955df8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2026 10:16:09 +0000 Subject: [PATCH] build(deps): bump sigstore/cosign-installer from 3.5.0 to 4.1.2 Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) from 3.5.0 to 4.1.2. - [Release notes](https://github.com/sigstore/cosign-installer/releases) - [Commits](https://github.com/sigstore/cosign-installer/compare/v3.5.0...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/linux-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linux-release.yml b/.github/workflows/linux-release.yml index 43e6709..a7849e4 100644 --- a/.github/workflows/linux-release.yml +++ b/.github/workflows/linux-release.yml @@ -23,7 +23,7 @@ jobs: uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Setup cosign - uses: sigstore/cosign-installer@v3.5.0 + uses: sigstore/cosign-installer@v4.1.2 - name: Validate bootstrap run: | @@ -250,7 +250,7 @@ jobs: needs: [bootstrap, publish-linux, package-windows] steps: - name: Setup cosign - uses: sigstore/cosign-installer@v3.5.0 + uses: sigstore/cosign-installer@v4.1.2 - name: Download all artifacts uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 -- 2.45.2