diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 02df3c9..7f49812 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@20652fbbdefffcdaa493a5bf57ab2ac6b1db715b # v3.97.1 + uses: trufflesecurity/trufflehog@cc1fe982afc515d2991365ce8d4d0dd07170fcad # v3.97.2 with: path: ./ base: ${{ github.event.before || 'HEAD~1' }}