-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Post-release preparation for codeql-cli-2.23.7 #20946
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
base: rc/3.20
Are you sure you want to change the base?
Conversation
Add changelog entry for CodeQL CLI version 2.23.6
Update branch with previous release notes, and fix date format in change note file
Release preparation for version 2.23.7
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 PR merges changes from a CodeQL CLI release and bumps version strings in preparation for the next release. The changes include updating version numbers across all language query and library packs, creating release notes, and adding release documentation.
- Version numbers bumped from X.Y.Z-dev to X.Y.(Z+1)-dev across all qlpack.yml files
- Release metadata updated in codeql-pack.release.yml files to reflect the versions that were just released
- Release notes and changelogs updated with the changes from the release
Reviewed changes
Copilot reviewed 176 out of 176 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| swift/ql/src/qlpack.yml | Version bumped from 1.2.10-dev to 1.2.11-dev |
| swift/ql/lib/qlpack.yml | Version bumped from 6.1.1-dev to 6.1.2-dev |
| rust/ql/src/qlpack.yml | Version bumped from 0.1.21-dev to 0.1.22-dev |
| rust/ql/lib/qlpack.yml | Version bumped from 0.1.21-dev to 0.2.1-dev (minor bump due to breaking changes) |
| ruby/ql/src/qlpack.yml | Version bumped from 1.5.1-dev to 1.5.2-dev |
| ruby/ql/lib/qlpack.yml | Version bumped from 5.1.4-dev to 5.1.5-dev |
| python/ql/src/qlpack.yml | Version bumped from 1.7.1-dev to 1.7.2-dev |
| python/ql/lib/qlpack.yml | Version bumped from 5.0.1-dev to 5.0.2-dev |
| javascript/ql/src/qlpack.yml | Version bumped from 2.2.1-dev to 2.2.2-dev |
| javascript/ql/lib/qlpack.yml | Version bumped from 2.6.16-dev to 2.6.17-dev |
| java/ql/src/qlpack.yml | Version bumped from 1.10.1-dev to 1.10.2-dev |
| java/ql/lib/qlpack.yml | Version bumped from 7.7.5-dev to 7.8.1-dev (minor bump due to deprecated APIs) |
| go/ql/src/qlpack.yml | Version bumped from 1.4.10-dev to 1.5.1-dev (minor bump due to new queries) |
| go/ql/lib/qlpack.yml | Version bumped from 5.0.3-dev to 5.0.4-dev |
| csharp/ql/src/qlpack.yml | Version bumped from 1.5.1-dev to 1.5.2-dev |
| csharp/ql/lib/qlpack.yml | Version bumped from 5.4.1-dev to 5.4.2-dev |
| cpp/ql/src/qlpack.yml | Version bumped from 1.5.5-dev to 1.5.6-dev |
| cpp/ql/lib/qlpack.yml | Version bumped from 6.1.1-dev to 6.1.2-dev |
| actions/ql/src/qlpack.yml | Version bumped from 0.6.14-dev to 0.6.15-dev |
| actions/ql/lib/qlpack.yml | Version bumped from 0.4.22-dev to 0.4.23-dev |
| shared/*/qlpack.yml | Version bumps across all shared library packs |
| */codeql-pack.release.yml | lastReleaseVersion updated to reflect just-released versions |
| /change-notes/released/.md | Release notes created for newly released versions |
| */CHANGELOG.md | Changelog entries added for released versions |
| docs/codeql/codeql-overview/codeql-changelog/codeql-cli-2.23.6.rst | Documentation added for CodeQL 2.23.6 release |
| docs/codeql/codeql-overview/codeql-changelog/index.rst | Index updated to include new release documentation |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| .. _codeql-cli-2.23.6: | ||
|
|
||
| ========================== | ||
| CodeQL 2.23.6 (2025-11-24) |
Copilot
AI
Dec 2, 2025
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 PR title says "Post-release preparation for codeql-cli-2.23.7" while the description says "This PR merges back all of the changes from the release of codeql-cli-2.23.7", but the documentation file being added is for CodeQL 2.23.6. This creates confusion about which version was actually released. Please ensure the PR title and description accurately reflect that this is post-release cleanup for version 2.23.6 (not 2.23.7), or correct the documentation filename and content if 2.23.7 was indeed the released version.
| ### Minor Analysis Improvements | ||
|
|
||
| * C#: The method `string.ReplaceLineEndings(string)` is now considered a sanitizer for the `cs/log-forging` query. | ||
| * C#: The method `string.ReplaceLineEndings(string)` is now considered a sanitizer for the `cs/log-forging` query. |
Copilot
AI
Dec 2, 2025
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.
[nitpick] This line appears to have trailing whitespace removed. While this is a minor cleanup, it's technically a change unrelated to the version bump. In a pure version bump PR, it's generally better to avoid making unrelated whitespace changes to minimize the risk of conflicts or confusion.
Release preparation for version 2.23.7
ddf6988 to
085faa2
Compare
This PR merges back all of the changes from the release of codeql-cli-2.23.7. And it bumps the version version strings in semmle-code in preparation for the next release of 2.23.8.