diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index e53041f2..25c3d595 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -13,6 +13,6 @@ jobs: steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: detect secrets - uses: trufflesecurity/trufflehog@b715613cb3156d6169b47b3592e35057bd0031bd # v3.83.6 + uses: trufflesecurity/trufflehog@e4956615ad9a60a19b3bdb8fd40d91f65222f5ff # v3.84.1 with: extra_args: "--exclude_paths .github/exclude-patterns.txt --max_depth=1"