Skip to content

Commit 4e5262d

Browse files
Update secrets-scanner.yml workflow
1 parent ef416ae commit 4e5262d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/secrets-scanner.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout code
17-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
17+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
1818
with:
1919
fetch-depth: 0
2020
- name: TruffleHog OSS
21-
uses: trufflesecurity/trufflehog@00155c9dc586f34d189adc83d3ac2698c2ec551f # v3.95.8
21+
uses: trufflesecurity/trufflehog@27b0417c16317ca9a472a9a8092acce143b49c55 # v3.95.9
2222
with:
2323
path: ./
2424
base: ${{ github.event.repository.default_branch }}

0 commit comments

Comments
 (0)