From b45a423ed92bc452a9fd610440fd19e10be45230 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 21:16:02 +0000 Subject: [PATCH] chore(deps): bump trufflesecurity/trufflehog from 3.63.0 to 3.95.2 Bumps [trufflesecurity/trufflehog](https://github.com/trufflesecurity/trufflehog) from 3.63.0 to 3.95.2. - [Release notes](https://github.com/trufflesecurity/trufflehog/releases) - [Commits](https://github.com/trufflesecurity/trufflehog/compare/v3.63.0...v3.95.2) --- updated-dependencies: - dependency-name: trufflesecurity/trufflehog dependency-version: 3.95.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/lets_prep-bot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lets_prep-bot.yml b/.github/workflows/lets_prep-bot.yml index 18c3b2f..85af5ec 100644 --- a/.github/workflows/lets_prep-bot.yml +++ b/.github/workflows/lets_prep-bot.yml @@ -30,7 +30,7 @@ jobs: # 1. Secret Scanning (TruffleHog) - name: 🔑 Secret Scanning - uses: trufflesecurity/trufflehog@v3.63.0 + uses: trufflesecurity/trufflehog@v3.95.2 with: path: ./ base: ${{ github.event.repository.default_branch }}