From 3f9076f734dedc20fd39d32fda333f9568aa702d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 01:51:04 +0000 Subject: [PATCH] build(deps): bump trufflesecurity/trufflehog from 3.89.2 to 3.90.3 Bumps [trufflesecurity/trufflehog](https://github.com/trufflesecurity/trufflehog) from 3.89.2 to 3.90.3. - [Release notes](https://github.com/trufflesecurity/trufflehog/releases) - [Changelog](https://github.com/trufflesecurity/trufflehog/blob/main/.goreleaser.yml) - [Commits](https://github.com/trufflesecurity/trufflehog/compare/6641d4ba5b684fffe195b9820345de1bf19f3181...ed6d045b46642d0d94a60bdf9b1246aefbcf3d35) --- updated-dependencies: - dependency-name: trufflesecurity/trufflehog dependency-version: 3.90.3 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 d8ffda3..919629a 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -146,7 +146,7 @@ jobs: fetch-depth: 0 - name: TruffleHog OSS - uses: trufflesecurity/trufflehog@6641d4ba5b684fffe195b9820345de1bf19f3181 # v3.89.2 + uses: trufflesecurity/trufflehog@ed6d045b46642d0d94a60bdf9b1246aefbcf3d35 # v3.90.3 with: path: ./ base: ${{ github.event.repository.default_branch }}