We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c161662 commit 9394775Copy full SHA for 9394775
.github/workflows/secret-scan.yml
@@ -11,9 +11,10 @@ jobs:
11
latest_tag_name: ${{ steps.trufflehog_release.outputs.latest_tag_name }}
12
steps:
13
- name: Checkout Code
14
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
+ uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
15
- name: Install Cosign
16
- uses: sigstore/cosign-installer@59acb6260d9c0ba8f4a2f9d9b48431a222b68e20 # v3.5.0
+ # 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
18
- name: Pin Trufflehog to a known good release
19
id: trufflehog_release
20
shell: bash
0 commit comments