-
Notifications
You must be signed in to change notification settings - Fork 171
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update sigstore/cosign-installer action to v2.4.1 (#582)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information
1 parent
7243ba7
commit 9ae66ad
Showing
2 changed files
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 |
---|---|---|
|
@@ -24,7 +24,7 @@ jobs: | |
ref: ${{ github.event.inputs.branchName }} | ||
|
||
- name: "Install cosign" | ||
uses: sigstore/[email protected].0 | ||
uses: sigstore/[email protected].1 | ||
|
||
- name: "Install Rust And Build" | ||
uses: gmiam/[email protected] | ||
|
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 |
---|---|---|
|
@@ -36,7 +36,7 @@ jobs: | |
${{ runner.os }}-go- | ||
- name: "Install cosign" | ||
uses: sigstore/[email protected].0 | ||
uses: sigstore/[email protected].1 | ||
|
||
- name: "Set up Docker Buildx" | ||
id: buildx | ||
|