Commit ca9e596
committed
fixup: revert codeql-action SHA bump (newer version regressed no-source-seen)
Bumping github/codeql-action from c6f9311 -> 2a1689e in PR #68's M4
track caused `analyze (javascript-typescript, none)` to fail with
"CodeQL could not process any code written in JavaScript/TypeScript"
where it previously succeeded on main.
The repo is Rust-primary; the JS/TS leg is intentionally a no-op
existence check that the older action treated as benign but the
newer action rejects as a fatal error.
Reverting codeql/{init,analyze,upload-sarif} to c6f9311 only; the
other 6 action SHA bumps (checkout, cache, upload-artifact, rust-cache,
scorecard-action) remain at HEAD. Will file a follow-up issue to
either (a) bump codeql with a build-mode that accepts empty JS/TS,
or (b) drop the JS/TS leg entirely from codeql.yml.1 parent 8da6a65 commit ca9e596
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
0 commit comments