diff --git a/.github/workflows/leaked-secrets.yaml b/.github/workflows/leaked-secrets.yaml index f11604b..e9259b8 100644 --- a/.github/workflows/leaked-secrets.yaml +++ b/.github/workflows/leaked-secrets.yaml @@ -45,7 +45,7 @@ jobs: # # => If a malicious commit is introduced in the repo, both the action # and the image would be compromised. - uses: trufflesecurity/trufflehog@v3.6.1 + uses: trufflesecurity/trufflehog@v3.78.2 with: path: ./ base: ${{ github.event.repository.default_branch }}