From 8ba6f5651fb382906cbb461c159a0dcc37f3f007 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 13 Feb 2024 16:05:13 +0000 Subject: [PATCH] chore(deps): update trufflesecurity/trufflehog action to v3.67.6 --- .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 10fdef6..7fa7451 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@6557b3b3214747ee59a825cb3df2a91281b82a41 # v3.67.5 + uses: trufflesecurity/trufflehog@e8006f1beebc0572068d6d3c1017b564ec516253 # v3.67.6 with: path: ./ base: ${{ github.event.repository.default_branch }}