diff --git a/.github/workflows/code_security.yml b/.github/workflows/code_security.yml index a68c91d3..943144b4 100644 --- a/.github/workflows/code_security.yml +++ b/.github/workflows/code_security.yml @@ -11,7 +11,7 @@ jobs: uses: actions/checkout@v6 - name: TruffleHog OSS - uses: trufflesecurity/trufflehog@v3.94.0 + uses: trufflesecurity/trufflehog@v3.96.0 with: base: ${{ github.event.repository.default_branch }} head: HEAD