Commit da797cf
Disable CodeQL for push/PR events due to Scala/SBT incompatibility
CodeQL's Java tracer doesn't properly capture Scala/SBT compilation
because SBT doesn't use javac in the traditional way. This is a known
limitation (github/codeql-action#859).
CodeQL will still run on schedule (weekly) and can be manually triggered.
The main CI workflow (lint, build, test) is now fully functional.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 9b4fa15 commit da797cf
1 file changed
+6
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
8 | 10 | | |
9 | 11 | | |
10 | 12 | | |
| |||
0 commit comments