-
-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deps: update sigstore/cosign-installer digest to c6d50c2
- Loading branch information
1 parent
1111691
commit 047e06c
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 |
---|---|---|
|
@@ -49,7 +49,7 @@ jobs: | |
token: ${{ secrets.pat }} | ||
|
||
- name: Setup Cosign | ||
uses: sigstore/cosign-installer@7cc35d7fdbe70d4278a0c96779081e6fac665f88 | ||
uses: sigstore/cosign-installer@c6d50c2e98b401591ef0ec04be0868d8f2626d0f | ||
|
||
- name: Setup Syft | ||
uses: ckotzbauer/actions-toolkit/[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 |
---|---|---|
|
@@ -24,7 +24,7 @@ jobs: | |
uses: docker/setup-buildx-action@v2 | ||
|
||
- name: Setup Cosign | ||
uses: sigstore/cosign-installer@7cc35d7fdbe70d4278a0c96779081e6fac665f88 | ||
uses: sigstore/cosign-installer@c6d50c2e98b401591ef0ec04be0868d8f2626d0f | ||
|
||
- name: Setup Syft | ||
uses: ckotzbauer/actions-toolkit/[email protected] | ||
|