From 66af3194f45382f75675c7c3d5b29a5563f02461 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 08:37:47 +0000 Subject: [PATCH] chore(deps): update trufflesecurity/trufflehog action to v3.78.0 --- .github/workflows/secrets_scanner.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/secrets_scanner.yaml b/.github/workflows/secrets_scanner.yaml index 5b5d081..a59ea58 100644 --- a/.github/workflows/secrets_scanner.yaml +++ b/.github/workflows/secrets_scanner.yaml @@ -9,7 +9,7 @@ jobs: with: fetch-depth: 0 - name: TruffleHog OSS - uses: trufflesecurity/trufflehog@da25ac2e7f7eef8c2daf1f8b6dae34e780c7fd96 # v3.76.3 + uses: trufflesecurity/trufflehog@ef410873f2920aafc149c6cbbb5001133cffccba # v3.78.0 with: path: ./ base: ${{ github.event.repository.default_branch }}