From 01804e8a3b3160421847c3436f477a2fb2b9a1c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 10:09:03 +0000 Subject: [PATCH] ci(deps): bump trufflesecurity/trufflehog in the security-actions group Bumps the security-actions group with 1 update: [trufflesecurity/trufflehog](https://github.com/trufflesecurity/trufflehog). Updates `trufflesecurity/trufflehog` from 3.94.1 to 3.94.2 - [Release notes](https://github.com/trufflesecurity/trufflehog/releases) - [Commits](https://github.com/trufflesecurity/trufflehog/compare/586f66d7886cd0b037c7c245d4a6e34ef357ab10...6bd2d14f7a4bc1e569fa3550efa7ec632a4fa67b) --- updated-dependencies: - dependency-name: trufflesecurity/trufflehog dependency-version: 3.94.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: security-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/security-scan.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/security-scan.yml b/.github/workflows/security-scan.yml index 2f25515..9d0a343 100644 --- a/.github/workflows/security-scan.yml +++ b/.github/workflows/security-scan.yml @@ -51,7 +51,7 @@ jobs: run: (pnpm audit --production --json > audit-results.json) || echo '{}' > audit-results.json - name: Check for secrets - uses: trufflesecurity/trufflehog@586f66d7886cd0b037c7c245d4a6e34ef357ab10 # v3.94.1 + uses: trufflesecurity/trufflehog@6bd2d14f7a4bc1e569fa3550efa7ec632a4fa67b # v3.94.2 with: extra_args: --only-verified