From fe97f4163f0a12d7e3e1db2afe8eb6bf548d3c53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 05:21:46 +0000 Subject: [PATCH] chore(deps): bump trufflesecurity/trufflehog from 3.97.0 to 3.97.1 Bumps [trufflesecurity/trufflehog](https://github.com/trufflesecurity/trufflehog) from 3.97.0 to 3.97.1. - [Release notes](https://github.com/trufflesecurity/trufflehog/releases) - [Commits](https://github.com/trufflesecurity/trufflehog/compare/v3.97.0...v3.97.1) --- updated-dependencies: - dependency-name: trufflesecurity/trufflehog dependency-version: 3.97.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e48a19a..1427d34 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -116,6 +116,6 @@ jobs: fetch-depth: 0 - name: Scan for committed secrets - uses: trufflesecurity/trufflehog@v3.97.0 + uses: trufflesecurity/trufflehog@v3.97.1 with: extra_args: --results=verified,unknown