We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebb21df commit 0ea60e8Copy full SHA for 0ea60e8
1 file changed
.github/workflows/trufflehog.yml
@@ -8,10 +8,10 @@ jobs:
8
runs-on: ubuntu-latest
9
steps:
10
- name: Checkout code
11
- uses: actions/checkout@v4
+ uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
12
with:
13
fetch-depth: 0
14
- name: Secret Scanning
15
- uses: trufflesecurity/trufflehog@main
+ uses: trufflesecurity/trufflehog@6bd2d14f7a4bc1e569fa3550efa7ec632a4fa67b # main
16
17
extra_args: --results=verified,unknown
0 commit comments