-
Notifications
You must be signed in to change notification settings - Fork 234
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump sigstore/cosign-installer from 3.0.3 to 3.0.4 (#566)
- Loading branch information
1 parent
4f0b1e0
commit 88c8908
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -182,7 +182,7 @@ jobs: | |
# https://github.com/sigstore/cosign-installer | ||
- name: Install cosign | ||
if: github.event_name != 'pull_request' | ||
uses: sigstore/[email protected].3 | ||
uses: sigstore/[email protected].4 | ||
|
||
|
||
# Workaround: https://github.com/docker/build-push-action/issues/461 | ||
|
@@ -291,7 +291,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Install cosign | ||
uses: sigstore/[email protected].3 | ||
uses: sigstore/[email protected].4 | ||
- name: Download executables | ||
uses: actions/download-artifact@v3 | ||
with: | ||
|