Upgrade codeql CLI and dependencies to v2.24.0#31
Merged
data-douser merged 7 commits intomainfrom Feb 9, 2026
Merged
Conversation
…dependencies Co-authored-by: data-douser <70299490+data-douser@users.noreply.github.com>
Copilot stopped work on behalf of
data-douser due to an error
February 9, 2026 16:47
- Rebuild server/dist/ with v2.24.0 VERSION constant - Accept C# CallGraphFrom/CallGraphTo .expected: new <object initializer> call - Accept C# PrintAST .expected: member index renumbering (6->7, 7->8, etc.) - Accept C# PrintCFG .expected: reordered entry nodes, new <object initializer> - Update SARIF results with v2.24.0 CLI version All tests passing: - 583/583 unit tests - 53/53 integration tests - 34/34 QL query unit tests (all 9 languages including Swift)
…n succeeds (#34) * Initial plan * Fix codeql-path-test job by ensuring gh codeql extension is properly installed and verified Co-authored-by: data-douser <70299490+data-douser@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: data-douser <70299490+data-douser@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
.codeql-versionfromv2.23.9tov2.24.0versionfields in allpackage.jsonfiles (root, client, server) from2.23.9to2.24.0VERSIONconstant inserver/src/codeql-development-mcp-server.tsfrom2.23.9to2.24.0versionfields in allcodeql-pack.ymlfiles from2.23.9to2.24.0codeql/*-alldependency versions compatible with CLI v2.24.0:server/scripts/install-packs.shpackage-lock.jsonvianpm installdocs/public.mdversion referencesserver/dist/bundled output.expectedfiles for C# tests (AST/CFG/CallGraph output changes in csharp-all 5.4.5)npm run build-and-test— PASSED (583/583 unit tests, 53/53 integration tests)C# Test Baseline Changes (csharp-all 5.4.5)
The
csharp-allupgrade from 5.4.4 → 5.4.5 introduces a new<object initializer>call in the C# extractor:<object initializer>call edge<object initializer>→Objectconstructor pathThese are cosmetic library changes, not logic changes.
Major Version Bumps
All three major-version bumps are backward-compatible from the MCP server's perspective (PrintAST, PrintCFG, CallGraph queries pass unchanged).
Fixes #30