Skip to content

Commit 0ea60e8

Browse files
committed
🔒 pin trufflehog.yml actions to commit SHAs
1 parent ebb21df commit 0ea60e8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/trufflehog.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout code
11-
uses: actions/checkout@v4
11+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1212
with:
1313
fetch-depth: 0
1414
- name: Secret Scanning
15-
uses: trufflesecurity/trufflehog@main
15+
uses: trufflesecurity/trufflehog@6bd2d14f7a4bc1e569fa3550efa7ec632a4fa67b # main
1616
with:
1717
extra_args: --results=verified,unknown

0 commit comments

Comments
 (0)