diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index 696c995f..5377f897 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -134,7 +134,7 @@ jobs: # recipe depends on. v0.2.3 will migrate to the bundle format # + update the verifier docs as a proper fix. - name: Install cosign - uses: sigstore/cosign-installer@cad07c2e89fa2edd6e2d7bab4c1aa38e53f76003 # v4.1.1 + uses: sigstore/cosign-installer@6f9f17788090df1f26f669e9d70d6ae9567deba6 # v4.1.2 with: cosign-release: 'v2.5.3' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8c289929..74ef16dd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -905,7 +905,7 @@ jobs: # keyless certificate issuance from Fulcio. Pinned to the v4.1.1 # commit SHA per repository action-pin policy. - name: Install cosign - uses: sigstore/cosign-installer@cad07c2e89fa2edd6e2d7bab4c1aa38e53f76003 # v4.1.1 + uses: sigstore/cosign-installer@6f9f17788090df1f26f669e9d70d6ae9567deba6 # v4.1.2 # Multi-arch OCI image build for ghcr.io/axonops/audit-gen (#610). # Buildx + QEMU enable cross-platform builds (amd64 + arm64) on