Skip to content

Commit 9394775

Browse files
Bump cosign and actions on secret-scan (#174)
1 parent c161662 commit 9394775

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/secret-scan.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@ jobs:
1111
latest_tag_name: ${{ steps.trufflehog_release.outputs.latest_tag_name }}
1212
steps:
1313
- name: Checkout Code
14-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
14+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1515
- name: Install Cosign
16-
uses: sigstore/cosign-installer@59acb6260d9c0ba8f4a2f9d9b48431a222b68e20 # v3.5.0
16+
# v4 of the action install v3 of the CLI. v4 of the CLI will deprecate some features so be aware.
17+
uses: sigstore/cosign-installer@faadad0cce49287aee09b3a48701e75088a2c6ad # v4.0.0
1718
- name: Pin Trufflehog to a known good release
1819
id: trufflehog_release
1920
shell: bash

0 commit comments

Comments
 (0)