diff --git a/.github/workflows/build-multiarch.yml b/.github/workflows/build-multiarch.yml index 27683ba7..e60d8da8 100644 --- a/.github/workflows/build-multiarch.yml +++ b/.github/workflows/build-multiarch.yml @@ -49,7 +49,7 @@ jobs: steps: - name: Install cosign if: ${{ inputs.sign == true && github.event.release && github.event.action == 'published' }} - uses: sigstore/cosign-installer@b18d21aaa20ef40c4e681202a598b7591d5be577 #v2.6.0 + uses: sigstore/cosign-installer@e1523de7571e31dbe865fd2e80c5c7c23ae71eb4 #v2.6.0 with: cosign-release: 'v2.0.0'