From d8ac89a7c17152b1f511e6b00b04186edc0faa81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 01:26:04 +0000 Subject: [PATCH] build(deps): Bump trufflesecurity/trufflehog from 3.83.7 to 3.84.0 (#395) Bumps [trufflesecurity/trufflehog](https://github.com/trufflesecurity/trufflehog) from 3.83.7 to 3.84.0. - [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/af3e68261fa87568031f65161577cc2ebe1ca669...735bac03911974e37641f570a5582a9b72f49a44) --- updated-dependencies: - dependency-name: trufflesecurity/trufflehog dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 c9b30a3..ccfb0de 100644 --- a/.github/workflows/trufflehog.yml +++ b/.github/workflows/trufflehog.yml @@ -43,7 +43,7 @@ jobs: fetch-depth: 0 - name: Check secrets with TruffleHog OSS - uses: trufflesecurity/trufflehog@af3e68261fa87568031f65161577cc2ebe1ca669 # v3.83.7 + uses: trufflesecurity/trufflehog@735bac03911974e37641f570a5582a9b72f49a44 # v3.84.0 with: path: ./ head: HEAD