From 64977a5e66cad3bdba3fbeeed58a493a371958b2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Sep 2024 02:22:45 +0000 Subject: [PATCH] chore(deps): update trufflesecurity/trufflehog action to v3.82.2 --- .github/workflows/secret-scan.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/secret-scan.yml b/.github/workflows/secret-scan.yml index 11d8709d..05352e19 100644 --- a/.github/workflows/secret-scan.yml +++ b/.github/workflows/secret-scan.yml @@ -18,7 +18,7 @@ jobs: config-path: security/.gitleaks.toml - name: TruffleHog OSS - uses: trufflesecurity/trufflehog@v3.16.3 + uses: trufflesecurity/trufflehog@v3.82.2 with: path: ./ base: ${{ github.event.repository.default_branch }}