From 5c94d05bcb4f27c6c1c8ceb34f99bb726c9a5614 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 20:19:04 +0000 Subject: [PATCH] chore(deps): update trufflesecurity/trufflehog action to v3.66.0 --- .github/workflows/secrets_scanner.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/secrets_scanner.yaml b/.github/workflows/secrets_scanner.yaml index a76f08f..4b7c11b 100644 --- a/.github/workflows/secrets_scanner.yaml +++ b/.github/workflows/secrets_scanner.yaml @@ -9,7 +9,7 @@ jobs: with: fetch-depth: 0 - name: TruffleHog OSS - uses: trufflesecurity/trufflehog@300016a338b37b9a9ede7925195b5a5368db4c84 # v3.63.5 + uses: trufflesecurity/trufflehog@7befefd369f693837cb54bc8bb51ee90067bc2d5 # v3.66.0 with: path: ./ base: ${{ github.event.repository.default_branch }}