From 5d8be27085dc07a60b043c98ed55f3f2cb605c48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 01:26:57 +0000 Subject: [PATCH] build(deps): Bump trufflesecurity/trufflehog from 3.68.3 to 3.68.4 Bumps [trufflesecurity/trufflehog](https://github.com/trufflesecurity/trufflehog) from 3.68.3 to 3.68.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/431586ce78bb91a3c63a61e201a46d272979bfbe...3da0c5e1255ffe6ab820026724601cb4bc641806) --- 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 0da86027..3de39204 100644 --- a/.github/workflows/trufflehog.yml +++ b/.github/workflows/trufflehog.yml @@ -42,7 +42,7 @@ jobs: fetch-depth: 0 - name: Check secrets with TruffleHog OSS - uses: trufflesecurity/trufflehog@431586ce78bb91a3c63a61e201a46d272979bfbe # v3.68.3 + uses: trufflesecurity/trufflehog@3da0c5e1255ffe6ab820026724601cb4bc641806 # v3.68.4 with: path: ./ head: HEAD