Upgrade CodeQL CLI dependency to v2.25.0#161
Upgrade CodeQL CLI dependency to v2.25.0#161github-actions[bot] wants to merge 5 commits intomainfrom
Conversation
a5a6b3e to
85c6885
Compare
There was a problem hiding this comment.
Trying to track down the license for this, I think this might be an internal project vscode-codeql-development-mcp-server or similar but not third party. Can you confirm?
There was a problem hiding this comment.
Yes. It is equivalent to the extensions/vscode workspace (aka extensions/vscode/package.json:name = vscode-codeql-development-mcp-server) in this repo.
I don't know how to get the license compliance check to recognize the peer dependency in the multi-workspace setup.
There was a problem hiding this comment.
@dangoor any suggestions on the formatting for this internal dependency? I can accept it as it is into the current policy if desired (though this could lead to dependency confusion in the future), but we might want to dig into this to give guidance in general....
Dependency ReviewThe following issues were found:
Snapshot WarningsEnsure that dependencies are being submitted on PR branches and consider enabling retry-on-snapshot-warnings. See the documentation for more information and troubleshooting advice. License Issuespackage-lock.json
OpenSSF Scorecard
Scanned Files
|
Fixes "tools" queries in response to breaking changes
from recent upgrade to CodeQL v2.25.0 and associated
pack dependency upgrades, including fixes for:
- `server/ql/go/tools/{src,test}/PrintAST/**`
- `server/ql/java/tools/{src,test}/PrintCFG/**`
Updates language-specific AST resource definitions in
order to reflect actual AST nodes for current (v2.25.0)
version of CodeQL and associated pack dependencies,
including updates for MCP resources:
- `go_ast`
- `java_ast`
90f04db to
b1dff3e
Compare
Update the query implementation, documentation, and expected test results for the java tools PrintAST query in order to fix a problem where Entry nodes were non-deterministically ordered, especially between MacOS and Linux test environments.
This PR upgrades the CodeQL CLI version to v2.25.0.
Changes made:
.codeql-versiontov2.25.02.25.0package-lock.json