Commit 61ecf54
PR #68 bumped `github/codeql-action/{init,analyze,upload-sarif}` from
`c6f9311` to current HEAD. The newer action rejects `build-mode: none`
runs that find zero JS/TS files:
[build-stderr] Only found JavaScript or TypeScript files that were
empty or contained syntax errors.
##[error] CodeQL could not process any code written in JavaScript/
TypeScript. Exit code was 32.
valence-shell is Rust-primary; the JS/TS leg was either a template
artifact or a no-op existence check. Older action versions tolerated
zero-source; the newer one fails the job hard.
Per the issue's preferred resolution (Option 1): drop the workflow
entirely. Rationale:
* Repo source: 0 JS / 0 TS files (verified)
* CodeQL Rust support is community-preview, not stable
* `Hypatia Neurosymbolic Analysis` covers semantic analysis already
* `scorecard-enforcer.yml`, `cflite_*.yml`, `hypatia-scan.yml`
reference `codeql-action/upload-sarif` independently — they receive
externally-produced SARIF and are unaffected by this removal.
Closes #71.
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 7a6ea55 commit 61ecf54
2 files changed
Lines changed: 5 additions & 52 deletions
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
| 40 | + | |
39 | 41 | | |
40 | 42 | | |
41 | 43 | | |
| |||
52 | 54 | | |
53 | 55 | | |
54 | 56 | | |
55 | | - | |
| 57 | + | |
56 | 58 | | |
57 | | - | |
58 | | - | |
| 59 | + | |
| 60 | + | |
59 | 61 | | |
60 | 62 | | |
61 | 63 | | |
| |||
0 commit comments