From 0f9cb9ee03f932eada8cbc94682819d52587d6e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 07:53:12 +0100 Subject: [PATCH] Bump sigstore/cosign-installer from 4.1.0 to 4.1.1 (#6662) --- .github/workflows/builder.yml | 4 ++-- .github/workflows/ci.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml index d7ac453d6..95c285783 100644 --- a/.github/workflows/builder.yml +++ b/.github/workflows/builder.yml @@ -174,7 +174,7 @@ jobs: - name: Install Cosign if: needs.init.outputs.publish == 'true' - uses: sigstore/cosign-installer@ba7bc0a3fef59531c69a25acd34668d6d3fe6f22 # v4.1.0 + uses: sigstore/cosign-installer@cad07c2e89fa2edd6e2d7bab4c1aa38e53f76003 # v4.1.1 with: cosign-release: ${{ env.COSIGN_VERSION }} @@ -467,7 +467,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Install Cosign - uses: sigstore/cosign-installer@ba7bc0a3fef59531c69a25acd34668d6d3fe6f22 # v4.1.0 + uses: sigstore/cosign-installer@cad07c2e89fa2edd6e2d7bab4c1aa38e53f76003 # v4.1.1 with: cosign-release: ${{ env.COSIGN_VERSION }} diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 76d02c827..f3e66008e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -346,7 +346,7 @@ jobs: with: python-version: ${{ needs.prepare.outputs.python-version }} - name: Install Cosign - uses: sigstore/cosign-installer@ba7bc0a3fef59531c69a25acd34668d6d3fe6f22 # v4.1.0 + uses: sigstore/cosign-installer@cad07c2e89fa2edd6e2d7bab4c1aa38e53f76003 # v4.1.1 with: cosign-release: "v2.5.3" - name: Restore Python virtual environment