From 4343c85b423b4596ac03acdab598aa31b927ec14 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 11 Feb 2023 18:05:42 +0000 Subject: [PATCH] Update trufflesecurity/trufflehog action to v3.27.1 (#39) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/leaked_credentials.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/leaked_credentials.yml b/.github/workflows/leaked_credentials.yml index 5878eb5..1fe7eec 100644 --- a/.github/workflows/leaked_credentials.yml +++ b/.github/workflows/leaked_credentials.yml @@ -11,7 +11,7 @@ jobs: with: fetch-depth: 0 - name: TruffleHog OSS - uses: trufflesecurity/trufflehog@v3.18.0 + uses: trufflesecurity/trufflehog@v3.27.1 with: path: ./ base: ${{ github.event.repository.default_branch }}