diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b6fc4b64..1c84d1ca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,7 +52,7 @@ jobs: - name: Check for secrets if: steps.check-diff.outputs.same == 'false' - uses: trufflesecurity/trufflehog@4158734f234bd8770128deae2e2975cfab4b66a6 + uses: trufflesecurity/trufflehog@586f66d7886cd0b037c7c245d4a6e34ef357ab10 with: path: ./ base: ${{ steps.get-base.outputs.base }} diff --git a/.github/workflows/security-scan.yml b/.github/workflows/security-scan.yml index c4004843..4310cb71 100644 --- a/.github/workflows/security-scan.yml +++ b/.github/workflows/security-scan.yml @@ -290,7 +290,7 @@ jobs: - name: Run TruffleHog id: trufflehog if: steps.check-diff.outputs.same == 'false' - uses: trufflesecurity/trufflehog@4158734f234bd8770128deae2e2975cfab4b66a6 + uses: trufflesecurity/trufflehog@586f66d7886cd0b037c7c245d4a6e34ef357ab10 with: path: ./ base: ${{ steps.get-base.outputs.base }}