Commit 3329f90
Add CodeQL scanning for Python (#249)
* Add CodeQL scanning workflow for Python
Uses the default query suite (not security-extended) and excludes
tests/docs/dist from analysis to keep initial findings low-noise.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
* Bump codeql-action to v4
v3 is slated for deprecation in December 2026.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
* Restore actions-workflow scanning, drop unused path exclusions
Default setup was scanning both python and actions languages; the
python-only advanced workflow silently dropped actions coverage
(which previously caught a real missing-workflow-permissions alert).
The tests/docs/dist exclusions weren't preventing any actual findings
- all historical alerts are in nameparser/config/regexes.py - so drop
that config file rather than carry unused maintenance.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
---------
Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com>1 parent a104373 commit 3329f90
1 file changed
Lines changed: 30 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
0 commit comments