-
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.
bump default version to v2.2.4, prep for v3.5.0 release (#159)
Signed-off-by: Bob Callaway <[email protected]>
- Loading branch information
1 parent
22be4ce
commit 59acb62
Showing
3 changed files
with
16 additions
and
16 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
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/cosign-installer@v3.3.0 | ||
uses: sigstore/cosign-installer@v3.5.0 | ||
with: | ||
cosign-release: 'v2.2.2' # optional | ||
cosign-release: 'v2.2.4' # optional | ||
``` | ||
Example using a pinned version: | ||
|
@@ -30,9 +30,9 @@ jobs: | |
name: Install Cosign | ||
steps: | ||
- name: Install Cosign | ||
uses: sigstore/cosign-installer@v3.3.0 | ||
uses: sigstore/cosign-installer@v3.5.0 | ||
with: | ||
cosign-release: 'v2.2.2' | ||
cosign-release: 'v2.2.4' | ||
- name: Check install! | ||
run: cosign version | ||
``` | ||
|
@@ -49,7 +49,7 @@ jobs: | |
name: Install Cosign | ||
steps: | ||
- name: Install Cosign | ||
uses: sigstore/cosign-installer@v3.3.0 | ||
uses: sigstore/cosign-installer@v3.5.0 | ||
- name: Check install! | ||
run: cosign version | ||
``` | ||
|
@@ -73,7 +73,7 @@ jobs: | |
go-version: '1.21' | ||
check-latest: true | ||
- name: Install Cosign | ||
uses: sigstore/cosign-installer@v3.3.0 | ||
uses: sigstore/cosign-installer@v3.5.0 | ||
with: | ||
cosign-release: main | ||
- name: Check install! | ||
|
@@ -105,7 +105,7 @@ jobs: | |
fetch-depth: 1 | ||
- name: Install Cosign | ||
uses: sigstore/cosign-installer@v3.4.0 | ||
uses: sigstore/cosign-installer@v3.5.0 | ||
- 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