From 77dbc6f9bd43863f24572118a627b79306fd5489 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 15 Jun 2023 03:00:29 +0000 Subject: [PATCH] chore(deps): update trufflesecurity/trufflehog action to v3.40.0 --- .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..d7afd52 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.40.0 with: path: ./ base: ${{ github.event.repository.default_branch }}