Now this should work

GitHub's own template is a little out of date, had to accommodate for this https://github.com/actions/starter-workflows/issues/2357
This commit is contained in:
Ren 2024-03-28 15:46:59 -07:00 committed by GitHub
commit 1ca71d37b0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -41,7 +41,7 @@ jobs:
# https://github.com/sigstore/cosign-installer # https://github.com/sigstore/cosign-installer
- name: Install cosign - name: Install cosign
if: github.event_name != 'pull_request' if: github.event_name != 'pull_request'
uses: sigstore/cosign-installer@6e04d228eb30da1757ee4e1dd75a0ec73a653e06 #v3.1.1 uses: sigstore/cosign-installer@e1523de7571e31dbe865fd2e80c5c7c23ae71eb4 #v3.4.0
with: with:
cosign-release: 'v2.2.3' cosign-release: 'v2.2.3'