Commit b711346
fix(ci): CodeQL analyse rust, not javascript-typescript
verisimiser is a Rust crate with zero JS/TS source. The estate
template's default `language: javascript-typescript` + `build-mode:
none` made CodeQL fail with a 'no source / configuration error' on
every run — a pre-existing baseline red on main (failing on the
merge-base bd84283 and the 2026-05-15 run), not introduced by #102.
The canonical rsr-template-repo codeql.yml is identical, so this is a
template-default mismatch for Rust-only consumers, not local drift.
Switch to `language: rust` (CodeQL public beta, supported by the
pinned codeql-action v3.28.1; build-mode: none is the correct buildless
extraction mode for Rust). Makes the check both meaningful and green;
also clears main's pre-existing red on merge.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 52046ea commit b711346
1 file changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
26 | 32 | | |
27 | 33 | | |
28 | 34 | | |
| |||
0 commit comments