From cb6bfbfa261ccd7aaf092df7ba68e8807f080b6f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2026 12:39:51 +0000 Subject: [PATCH] chore(deps): update trufflesecurity/trufflehog action to v3.97.1 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 15565640a..9c24166ed 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -93,7 +93,7 @@ jobs: sarif_file: checkov-results.sarif - name: Detect secrets with TruffleHog - uses: trufflesecurity/trufflehog@v3.97.0 + uses: trufflesecurity/trufflehog@v3.97.1 with: path: ./ base: main