diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 1e7969b..b34f840 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -85,7 +85,7 @@ jobs: fetch-depth: 0 - name: Scan for secrets in codebase - uses: trufflesecurity/trufflehog@00155c9dc586f34d189adc83d3ac2698c2ec551f # v3.95.8 + uses: trufflesecurity/trufflehog@27b0417c16317ca9a472a9a8092acce143b49c55 # v3.95.9 with: path: ./ base: ${{ github.event.before || 'HEAD~1' }}