From 01aa523b29cba4cd6fee416c3a021be2c66981c1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 22:44:53 +0000 Subject: [PATCH] chore(deps): update trufflesecurity/trufflehog action to v3.81.4 (#33) 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 85e241e..f61fabe 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -36,7 +36,7 @@ jobs: fetch-depth: 0 - name: TruffleHog OSS - uses: trufflesecurity/trufflehog@fba1a8b410bcfd1c2bbf3a6ee8858b09e91ca4cc # v3.80.6 + uses: trufflesecurity/trufflehog@c549b5bd150ed288182d91bc79fecc08bf520915 # v3.81.4 with: path: ./ base: ${{ github.event.repository.default_branch }}