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