From f5dd549c9023c9339778f5d3c4992b8ac5255bf2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Jun 2026 09:03:00 +0000 Subject: [PATCH] chore(deps): bump trufflesecurity/trufflehog Bumps [trufflesecurity/trufflehog](https://github.com/trufflesecurity/trufflehog) from 75add79b929b263dae147d2e5bcf0daf292165cf to 84a2b33c9f891494db6ebe02f2a55b19cdf38f25. - [Release notes](https://github.com/trufflesecurity/trufflehog/releases) - [Commits](https://github.com/trufflesecurity/trufflehog/compare/75add79b929b263dae147d2e5bcf0daf292165cf...84a2b33c9f891494db6ebe02f2a55b19cdf38f25) --- updated-dependencies: - dependency-name: trufflesecurity/trufflehog dependency-version: 84a2b33c9f891494db6ebe02f2a55b19cdf38f25 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/trufflehog.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/trufflehog.yml b/.github/workflows/trufflehog.yml index 2f054bd..9e4cf04 100644 --- a/.github/workflows/trufflehog.yml +++ b/.github/workflows/trufflehog.yml @@ -20,7 +20,7 @@ jobs: - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 with: fetch-depth: 0 - - uses: trufflesecurity/trufflehog@75add79b929b263dae147d2e5bcf0daf292165cf + - uses: trufflesecurity/trufflehog@84a2b33c9f891494db6ebe02f2a55b19cdf38f25 with: path: ./ base: ${{ github.event.repository.default_branch }}