Commit 75287b4
ci: add CodeQL advanced setup workflow
Replaces GitHub's default CodeQL setup with an explicit workflow file, so
the analysis runs as a normal Actions check on pull requests. Default
setup runs are not backed by a workflow in the repository, which means
fork PRs produce a CodeQL result that maintainers cannot approve or gate
on. Committing the workflow makes the run approvable for fork PRs and
lets "Analyze (javascript-typescript)" be marked as a required check.
Matches the repo's existing pinned action majors (actions/checkout@v6) and
uses build-mode: none, which is the correct mode for JavaScript/TypeScript
since CodeQL extracts the source without a compilation step.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-authored-by: Nicolas Joseph <nicolas@fiveonefour.com>1 parent 637c152 commit 75287b4
1 file changed
Lines changed: 39 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 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
0 commit comments