From c36d2428523c71561668e2f7e9b085f0474ac0cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jul 2024 11:31:49 +0200 Subject: [PATCH] chore(deps): bump trufflesecurity/trufflehog from 3.80.0 to 3.80.1 (#4489) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/find-secrets.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/find-secrets.yml b/.github/workflows/find-secrets.yml index f724c3f817..d16a891c33 100644 --- a/.github/workflows/find-secrets.yml +++ b/.github/workflows/find-secrets.yml @@ -11,7 +11,7 @@ jobs: with: fetch-depth: 0 - name: TruffleHog OSS - uses: trufflesecurity/trufflehog@v3.80.0 + uses: trufflesecurity/trufflehog@v3.80.1 with: path: ./ base: ${{ github.event.repository.default_branch }}