-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: cpanato <[email protected]>
- Loading branch information
Showing
2 changed files
with
15 additions
and
15 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 |
---|---|---|
|
@@ -13,9 +13,9 @@ This action currently supports GitHub-provided Linux, macOS and Windows runners | |
Add the following entry to your Github workflow YAML file: | ||
|
||
```yaml | ||
uses: sigstore/[email protected].0 | ||
uses: sigstore/[email protected].1 | ||
with: | ||
cosign-release: 'v2.1.0' # optional | ||
cosign-release: 'v2.1.1' # optional | ||
``` | ||
Example using a pinned version: | ||
|
@@ -30,9 +30,9 @@ jobs: | |
name: Install Cosign | ||
steps: | ||
- name: Install Cosign | ||
uses: sigstore/[email protected].0 | ||
uses: sigstore/[email protected].1 | ||
with: | ||
cosign-release: 'v2.1.0' | ||
cosign-release: 'v2.1.1' | ||
- name: Check install! | ||
run: cosign version | ||
``` | ||
|
@@ -49,7 +49,7 @@ jobs: | |
name: Install Cosign | ||
steps: | ||
- name: Install Cosign | ||
uses: sigstore/[email protected].0 | ||
uses: sigstore/[email protected].1 | ||
- name: Check install! | ||
run: cosign version | ||
``` | ||
|
@@ -73,7 +73,7 @@ jobs: | |
go-version: '1.20' | ||
check-latest: true | ||
- name: Install Cosign | ||
uses: sigstore/[email protected].0 | ||
uses: sigstore/[email protected].1 | ||
with: | ||
cosign-release: main | ||
- name: Check install! | ||
|
@@ -105,7 +105,7 @@ jobs: | |
fetch-depth: 1 | ||
- name: Install Cosign | ||
uses: sigstore/[email protected].0 | ||
uses: sigstore/[email protected].1 | ||
- name: Set up QEMU | ||
uses: docker/[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