| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Co-authored-by: henrymercer <14129055+henrymercer@users.noreply.github.com>
There was a problem hiding this comment.
This PR removes the deprecated --intra-layer-parallelism flag from CodeQL CLI commands since it's now enabled by default in all supported CodeQL CLI versions.
Copilot reviewed 10 out of 10 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| src/codeql.ts | Removes the --intra-layer-parallelism flag from the databaseRunQueries command arguments |
| src/codeql.test.ts | Updates test error message expectation to match new command format without the flag |
| lib/*.js | Generated JavaScript files automatically updated (not reviewed per guidelines) |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
The --intra-layer-parallelism flag is now enabled by default for all CodeQL CLI versions, so we no longer need to explicitly pass it when running codeql database run-queries.
This PR removes the flag from the databaseRunQueries method in src/codeql.ts and updates the corresponding test expectation in src/codeql.test.ts.
Changes Made
Testing
All existing tests continue to pass (536/536), confirming that removing this flag doesn't break any functionality since the feature is enabled by default in modern CodeQL CLI versions.
The generated JavaScript files in the lib/ directory have been automatically updated to reflect these changes.
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.