Skip to content

Commit ab1bdb7

Browse files
Fix security issue: pin TruffleHog action to specific version
Co-authored-by: thoughtparametersllc <194255310+thoughtparametersllc@users.noreply.github.com>
1 parent 4c01c96 commit ab1bdb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/security-audit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
fetch-depth: 0
127127

128128
- name: TruffleHog OSS
129-
uses: trufflesecurity/trufflehog@main
129+
uses: trufflesecurity/trufflehog@v3.90.12
130130
with:
131131
path: ./
132132
base: ${{ github.event.repository.default_branch }}

0 commit comments

Comments
 (0)