diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 38d2606..0b159d7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -89,7 +89,7 @@ jobs: with: fetch-depth: ${{ github.event_name == 'pull_request' && 2 || 0 }} - name: Scan for verified secrets - uses: trufflesecurity/trufflehog@v3.95.2 + uses: trufflesecurity/trufflehog@v3.95.3 with: base: ${{ github.event.pull_request.base.sha || '' }} head: ${{ github.event.pull_request.head.sha || github.sha }}