diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e5827fb..4546e68 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -266,7 +266,7 @@ jobs: # confirm are real (by attempting to use them) — this # reduces false positives significantly. - name: Scan for committed secrets - uses: trufflesecurity/trufflehog@v3.95.3 + uses: trufflesecurity/trufflehog@v3.95.5 with: path: ./ base: ${{ github.event.pull_request.base.sha || github.event.before }}