Skip to content

Commit 2469055

Browse files
fix(security): remediate workflow vulnerability in .github/workflows/trufflehog.yml
1 parent a7dd338 commit 2469055

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/trufflehog.yml

Lines changed: 3 additions & 3 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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
11+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1212
with:
1313
fetch-depth: 0
1414
- name: Secret Scanning
15-
uses: trufflesecurity/trufflehog@6bd2d14f7a4bc1e569fa3550efa7ec632a4fa67b # main
15+
uses: trufflesecurity/trufflehog@3f32b02dfa13706bcacce13419382f8604b86061 # v3.87.2
1616
with:
17-
extra_args: --results=verified,unknown
17+
extra_args: --results=verified,unknown

0 commit comments

Comments
 (0)