From 43114ac4eca5dc53fec171d266260c464ff5955b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 21:00:36 +0000 Subject: [PATCH] chore(deps): update trufflesecurity/trufflehog action to v3.82.3 --- .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..1ffbfd2 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.82.3 with: path: ./ base: ${{ github.event.repository.default_branch }}