diff --git a/.github/workflows/security-scan.yml b/.github/workflows/security-scan.yml index f2e71d86..c042f4a9 100644 --- a/.github/workflows/security-scan.yml +++ b/.github/workflows/security-scan.yml @@ -88,7 +88,7 @@ jobs: fetch-depth: 0 # Full history for comprehensive scan - name: Run Gitleaks - uses: gitleaks/gitleaks-action@v2 + uses: gitleaks/gitleaks-action@v3 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_LICENSE }}