From 353c9152abf32e10c7cc3692302cd513831a3bb5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 20:32:58 +0000 Subject: [PATCH] chore(deps): update trufflesecurity/trufflehog action to v3.83.3 (#499) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/security.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 4065985..4a91ee6 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -37,7 +37,7 @@ jobs: fetch-depth: 0 - name: TruffleHog OSS - uses: trufflesecurity/trufflehog@bd5e28742553ef0649d7af310dc4e3755f070b36 # v3.83.2 + uses: trufflesecurity/trufflehog@bf89c89e09021007f55c75febbe8f6716b914b51 # v3.83.3 with: path: ./ base: ${{ github.event.repository.default_branch }}