From 4ff5d0e7e4ede6cd87d6839113489df387769a1d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 21 Jun 2024 02:08:04 +0000 Subject: [PATCH] chore(deps): update trufflesecurity/trufflehog action to v3.78.2 --- .github/workflows/leaked-secrets.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/leaked-secrets.yaml b/.github/workflows/leaked-secrets.yaml index f11604b..e9259b8 100644 --- a/.github/workflows/leaked-secrets.yaml +++ b/.github/workflows/leaked-secrets.yaml @@ -45,7 +45,7 @@ jobs: # # => If a malicious commit is introduced in the repo, both the action # and the image would be compromised. - uses: trufflesecurity/trufflehog@v3.6.1 + uses: trufflesecurity/trufflehog@v3.78.2 with: path: ./ base: ${{ github.event.repository.default_branch }}