fix(ci): fix cosign error (#183)

This commit is contained in:
OlivierDehaene 2023-04-14 12:35:26 +02:00 committed by GitHub
parent 53ee09c0b0
commit 01c0e368e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -45,7 +45,9 @@ jobs:
uses: rlespinasse/github-slug-action@v4.4.1
- name: Install cosign
if: github.event_name != 'pull_request'
uses: sigstore/cosign-installer@v3.0.2
uses: sigstore/cosign-installer@f3c664df7af409cb4873aa5068053ba9d61a57b6 #v2.6.0
with:
cosign-release: 'v1.13.1'
- name: Tailscale
uses: tailscale/github-action@v1
with: