Skip to content

Commit 426bf9d

Browse files
Update trufflesecurity/trufflehog action to v3.95.9
1 parent 0e58557 commit 426bf9d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/scan-secrets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
echo "Parsing JSON environment variables..."
3838
echo "$ENV_VARS_JSON" | jq -r 'to_entries|map("\(.key)=\(.value|tostring)")|.[]' >> $GITHUB_ENV
3939
- name: TruffleHog PR scan
40-
uses: trufflesecurity/trufflehog@v3.95.7
40+
uses: trufflesecurity/trufflehog@v3.95.9
4141
with:
4242
base: ${{ inputs.base }}
4343
head: ${{ github.ref_name }}

.github/workflows/static-checks-npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
steps:
7777
- uses: actions/checkout@v7
7878
- name: TruffleHog PR scan
79-
uses: trufflesecurity/trufflehog@v3.95.7
79+
uses: trufflesecurity/trufflehog@v3.95.9
8080
with:
8181
base: ""
8282
head: ${{ github.ref_name }}

.github/workflows/static-checks-poetry.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
steps:
7878
- uses: actions/checkout@v7
7979
- name: TruffleHog PR scan
80-
uses: trufflesecurity/trufflehog@v3.95.7
80+
uses: trufflesecurity/trufflehog@v3.95.9
8181
with:
8282
base: ""
8383
head: ${{ github.ref_name }}

0 commit comments

Comments
 (0)