diff --git a/.github/workflows/security-scan.yml b/.github/workflows/security-scan.yml index ae3c9bcd..6f393e4e 100644 --- a/.github/workflows/security-scan.yml +++ b/.github/workflows/security-scan.yml @@ -140,7 +140,9 @@ jobs: - name: Secret Detection with GitLeaks id: gitleaks - uses: gitleaks/gitleaks-action@e0c47f4f8be36e29cdc102c57e68cb5cbf0e8d1e # v3.0.0 + # v2.3.9 pinned: v3+ requires a paid GITLEAKS_LICENSE secret. + # See plans/115-gitleaks-license-pre-existing-2026-08-11.md. + uses: gitleaks/gitleaks-action@ff98106e4c7b2bc287b24eaf42907196329070c7 # v2.3.9 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_LICENSE }} # Optional