From a1ec241fbc810322eb9950ee4f9ee9cd8378c73e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 01:48:14 +0000 Subject: [PATCH] build(deps): Bump trufflesecurity/trufflehog from 3.66.3 to 3.67.1 Bumps [trufflesecurity/trufflehog](https://github.com/trufflesecurity/trufflehog) from 3.66.3 to 3.67.1. - [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/5651eb6cbd50ae73544b37d4333b9e5fa0a08032...382990a6bd0f1125ce336f407e7980c06e6f7c6d) --- updated-dependencies: - dependency-name: trufflesecurity/trufflehog dependency-type: direct:production update-type: version-update:semver-minor ... 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 2580d614..9f4d4e83 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@5651eb6cbd50ae73544b37d4333b9e5fa0a08032 # v3.66.3 + uses: trufflesecurity/trufflehog@382990a6bd0f1125ce336f407e7980c06e6f7c6d # v3.67.1 with: path: ./ head: HEAD