diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dd01c523..0671d91e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: fetch-depth: 0 # Full history needed for Gitleaks commit scanning - name: Run Gitleaks secret scan - uses: gitleaks/gitleaks-action@v2 + uses: gitleaks/gitleaks-action@v3 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_LICENSE }} # Optional: for org-level scanning diff --git a/.github/workflows/security-scan.yml b/.github/workflows/security-scan.yml index bdc4a105..dbd26359 100644 --- a/.github/workflows/security-scan.yml +++ b/.github/workflows/security-scan.yml @@ -90,7 +90,7 @@ jobs: fetch-depth: 0 - name: Detect secrets with Gitleaks - uses: gitleaks/gitleaks-action@v2 + uses: gitleaks/gitleaks-action@v3 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}