-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Release preparation for version 2.24.0 #21189
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This pull request prepares CodeQL for version 2.24.0 release by updating version numbers and consolidating change notes across all language packs and shared libraries.
Changes:
- Removed
-devsuffix from version numbers across all packages - Consolidated pending change notes into released change note files
- Updated CHANGELOGs with consolidated release notes
- Deleted individual change note files after consolidation
Reviewed changes
Copilot reviewed 218 out of 218 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| swift/ql/src/qlpack.yml | Version bump from 1.2.14-dev to 1.2.14 |
| swift/ql/lib/qlpack.yml | Version bump from 6.1.5-dev to 6.2.0 with Swift 6.2.2/6.2.3 support |
| rust/ql/src/qlpack.yml | Version bump from 0.1.25-dev to 0.1.25 with query improvements |
| rust/ql/lib/qlpack.yml | Version bump from 0.2.4-dev to 0.2.4 with analysis improvements |
| python/ql/lib/qlpack.yml | Major version bump from 5.0.5-dev to 6.0.0 with breaking changes |
| javascript/ql/src/qlpack.yml | Minor version bump from 2.2.5-dev to 2.3.0 with major analysis improvements |
| java/ql/src/qlpack.yml | Patch version bump from 1.10.5-dev to 1.10.5 |
| go/ql/lib/qlpack.yml | Major version bump from 5.0.7-dev to 6.0.0 with breaking changes |
| csharp/ql/src/qlpack.yml | Minor version bump from 1.5.5-dev to 1.6.0 |
| csharp/ql/lib/qlpack.yml | Patch version bump from 5.4.5-dev to 5.4.5 with .NET 10 support |
| cpp/ql/lib/qlpack.yml | Major version bump from 6.1.5-dev to 7.0.0 with breaking changes |
| shared/*/qlpack.yml | Various patch version bumps across shared libraries |
| **/CHANGELOG.md | Consolidated release notes added to all changelogs |
Comments suppressed due to low confidence (2)
cpp/ql/src/change-notes/released/1.5.9.md:2
- The released change note file contains leftover YAML frontmatter markers from the original change-note file. The lines with "----" and "category: minorAnalysis" should have been removed during the migration to the released format. The file should start directly with the "## 1.5.9" header.
actions/ql/lib/change-notes/released/0.4.26.md:2 - The released change note file contains leftover YAML frontmatter markers from the original change-note file. The lines with "----" and "category: majorAnalysis" should have been removed during the migration to the released format. The file should start directly with the "## 0.4.26" header.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
|
||
| ### Minor Analysis Improvements | ||
|
|
||
| * Added sink models for `com.couchbase` supporting SQL Injection and Hardcoded Cretentials queries. |
Copilot
AI
Jan 19, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The word "Cretentials" is misspelled and should be "Credentials".
java/ql/src/CHANGELOG.md
Outdated
|
|
||
| ### Minor Analysis Improvements | ||
|
|
||
| * Added sink models for `com.couchbase` supporting SQL Injection and Hardcoded Cretentials queries. |
Copilot
AI
Jan 19, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The word "Cretentials" is misspelled and should be "Credentials".
|
|
||
| ### Minor Analysis Improvements | ||
|
|
||
| - Support `use cache` directives for Next.js 16. |
Copilot
AI
Jan 19, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's a formatting inconsistency in the first bullet point. It uses a hyphen "-" while all other bullet points use an asterisk "". This should be changed to "" for consistency.
javascript/ql/lib/CHANGELOG.md
Outdated
|
|
||
| ### Minor Analysis Improvements | ||
|
|
||
| - Support `use cache` directives for Next.js 16. |
Copilot
AI
Jan 19, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's a formatting inconsistency in the first bullet point. It uses a hyphen "-" while all other bullet points use an asterisk "". This should be changed to "" for consistency.
No description provided.