From 209d8c3207819c2f6dd6818a7a83779e99d960ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 02:55:17 +0000 Subject: [PATCH] build(deps): Bump trufflesecurity/trufflehog from 3.67.1 to 3.67.4 Bumps [trufflesecurity/trufflehog](https://github.com/trufflesecurity/trufflehog) from 3.67.1 to 3.67.4. - [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/382990a6bd0f1125ce336f407e7980c06e6f7c6d...7b492a690a89d2b8c59de75cb9acf6f06ab45458) --- updated-dependencies: - dependency-name: trufflesecurity/trufflehog dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/trufflehog.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/trufflehog.yml b/.github/workflows/trufflehog.yml index 9f4d4e83..7ab4376c 100644 --- a/.github/workflows/trufflehog.yml +++ b/.github/workflows/trufflehog.yml @@ -36,7 +36,7 @@ jobs: fetch-depth: 0 - name: Check secrets with TruffleHog OSS - uses: trufflesecurity/trufflehog@382990a6bd0f1125ce336f407e7980c06e6f7c6d # v3.67.1 + uses: trufflesecurity/trufflehog@7b492a690a89d2b8c59de75cb9acf6f06ab45458 # v3.67.4 with: path: ./ head: HEAD