From c773acc9c4d6bcfd2cf286884ec6fce509fcead2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 01:25:38 +0000 Subject: [PATCH] chore: bump trufflesecurity/trufflehog from 3.94.2 to 3.94.3 Bumps [trufflesecurity/trufflehog](https://github.com/trufflesecurity/trufflehog) from 3.94.2 to 3.94.3. - [Release notes](https://github.com/trufflesecurity/trufflehog/releases) - [Commits](https://github.com/trufflesecurity/trufflehog/compare/v3.94.2...v3.94.3) --- updated-dependencies: - dependency-name: trufflesecurity/trufflehog dependency-version: 3.94.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/secrets-scanning.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/secrets-scanning.yml b/.github/workflows/secrets-scanning.yml index 6485faf..2cdaa65 100644 --- a/.github/workflows/secrets-scanning.yml +++ b/.github/workflows/secrets-scanning.yml @@ -23,7 +23,7 @@ jobs: fetch-depth: 0 - name: TruffleHog Secret Scanning - uses: trufflesecurity/trufflehog@v3.94.2 + uses: trufflesecurity/trufflehog@v3.94.3 with: path: ./ base: ${{ github.event.before || 'HEAD~1' }}