From 0ce3e6ceac9b2bfb7a093f79d3d5902f8e583f3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 01:57:08 +0000 Subject: [PATCH] ci(github-actions): bump trufflesecurity/trufflehog Bumps [trufflesecurity/trufflehog](https://github.com/trufflesecurity/trufflehog) from 3.93.2 to 3.94.1. - [Release notes](https://github.com/trufflesecurity/trufflehog/releases) - [Commits](https://github.com/trufflesecurity/trufflehog/compare/4158734f234bd8770128deae2e2975cfab4b66a6...586f66d7886cd0b037c7c245d4a6e34ef357ab10) --- updated-dependencies: - dependency-name: trufflesecurity/trufflehog dependency-version: 3.94.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/security-scan.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b6fc4b64..1c84d1ca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,7 +52,7 @@ jobs: - name: Check for secrets if: steps.check-diff.outputs.same == 'false' - uses: trufflesecurity/trufflehog@4158734f234bd8770128deae2e2975cfab4b66a6 + uses: trufflesecurity/trufflehog@586f66d7886cd0b037c7c245d4a6e34ef357ab10 with: path: ./ base: ${{ steps.get-base.outputs.base }} diff --git a/.github/workflows/security-scan.yml b/.github/workflows/security-scan.yml index c4004843..4310cb71 100644 --- a/.github/workflows/security-scan.yml +++ b/.github/workflows/security-scan.yml @@ -290,7 +290,7 @@ jobs: - name: Run TruffleHog id: trufflehog if: steps.check-diff.outputs.same == 'false' - uses: trufflesecurity/trufflehog@4158734f234bd8770128deae2e2975cfab4b66a6 + uses: trufflesecurity/trufflehog@586f66d7886cd0b037c7c245d4a6e34ef357ab10 with: path: ./ base: ${{ steps.get-base.outputs.base }}