diff --git a/.github/workflows/secret-scan.yaml b/.github/workflows/secret-scan.yaml index bd968787..de1b3434 100644 --- a/.github/workflows/secret-scan.yaml +++ b/.github/workflows/secret-scan.yaml @@ -12,7 +12,7 @@ jobs: fetch-depth: 0 - name: Scan code for hardcoded secrets - uses: trufflesecurity/trufflehog@43955b9a38e09ac13194d10aff449b5fc9c238e4 + uses: trufflesecurity/trufflehog@9bcddbc45aa79cfac1fa3ee1dc17801f36d58a13 with: path: ./ base: ${{ github.base_ref }}