From a2ef63286ab8767661b7fb01223fd0638e004a04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 11:24:26 +0000 Subject: [PATCH] ci: bump trufflesecurity/trufflehog from 3.92.5 to 3.93.1 Bumps [trufflesecurity/trufflehog](https://github.com/trufflesecurity/trufflehog) from 3.92.5 to 3.93.1. - [Release notes](https://github.com/trufflesecurity/trufflehog/releases) - [Commits](https://github.com/trufflesecurity/trufflehog/compare/v3.92.5...v3.93.1) --- updated-dependencies: - dependency-name: trufflesecurity/trufflehog dependency-version: 3.93.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/security.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 69046a74..5e969acd 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -27,7 +27,7 @@ jobs: run: bun audit --audit-level=high - name: Scan for Secrets - uses: trufflesecurity/trufflehog@v3.92.5 + uses: trufflesecurity/trufflehog@v3.93.1 with: path: ./ baseRef: ${{ github.event.pull_request.base.ref || github.ref }}