diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml index 4ad5f56c5..efa80673a 100644 --- a/.github/workflows/builder.yml +++ b/.github/workflows/builder.yml @@ -132,7 +132,7 @@ jobs: - name: Install Cosign if: needs.init.outputs.publish == 'true' - uses: sigstore/cosign-installer@d58896d6a1865668819e1d91763c7751a165e159 # v3.9.2 + uses: sigstore/cosign-installer@d7543c93d881b35a8faa02e8e3605f69b7a1ce62 # v3.10.0 with: cosign-release: "v2.4.3" diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f5eb55c7c..a5ec5620a 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@d58896d6a1865668819e1d91763c7751a165e159 # v3.9.2 + uses: sigstore/cosign-installer@d7543c93d881b35a8faa02e8e3605f69b7a1ce62 # v3.10.0 with: cosign-release: "v2.4.3" - name: Restore Python virtual environment