diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index e83d434..6b116e8 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -48,7 +48,7 @@ jobs: - name: Secret scan # Scan only PR diff range to reduce noise and speed up checks. - uses: trufflesecurity/trufflehog@v3.88.2 + uses: trufflesecurity/trufflehog@v3.94.3 with: path: ./ base: ${{ github.event.pull_request.base.sha }}