From 0261d48613d539167572fff4c785f2487c4fcd71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Feb 2026 15:42:33 +0000 Subject: [PATCH] chore(deps): bump trufflesecurity/trufflehog from 3.93.1 to 3.93.4 Bumps [trufflesecurity/trufflehog](https://github.com/trufflesecurity/trufflehog) from 3.93.1 to 3.93.4. - [Release notes](https://github.com/trufflesecurity/trufflehog/releases) - [Commits](https://github.com/trufflesecurity/trufflehog/compare/7635b24fd512a2e817dd3e9dd661caaf035a079d...7c0734f987ad0bb30ee8da210773b800ee2016d3) --- updated-dependencies: - dependency-name: trufflesecurity/trufflehog dependency-version: 3.93.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/quality.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/quality.yml b/.github/workflows/quality.yml index 3bf8187..29e3f25 100644 --- a/.github/workflows/quality.yml +++ b/.github/workflows/quality.yml @@ -18,7 +18,7 @@ jobs: find . -type f -perm /111 -name "*.sh" | head -10 || true - name: Check for secrets - uses: trufflesecurity/trufflehog@7635b24fd512a2e817dd3e9dd661caaf035a079d # v3.93.1 + uses: trufflesecurity/trufflehog@7c0734f987ad0bb30ee8da210773b800ee2016d3 # v3.93.4 with: path: ./ base: ${{ github.event.pull_request.base.sha || github.event.before }}