diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 89c1a6d..b23672f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -133,7 +133,7 @@ jobs: run: npm audit --audit-level=moderate continue-on-error: true - name: Check for secrets - uses: trufflesecurity/trufflehog@27b0417c16317ca9a472a9a8092acce143b49c55 # v3.95.9 + uses: trufflesecurity/trufflehog@6f3c981e7b77f235fd2702dd74af25fc4b72bf11 # v3.96.0 with: path: ./ base: ${{ github.event.repository.default_branch }}