Skip to content

Conversation

@codeql-ci
Copy link
Collaborator

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.

oscarsj and others added 5 commits December 1, 2025 15:39
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
@oscarsj oscarsj marked this pull request as ready for review December 2, 2025 10:09
Copilot AI review requested due to automatic review settings December 2, 2025 10:09
@oscarsj oscarsj requested review from a team as code owners December 2, 2025 10:09
@oscarsj oscarsj requested review from a team as code owners December 2, 2025 10:09
Copilot finished reviewing on behalf of oscarsj December 2, 2025 10:11
Copy link
Contributor

Copilot AI left a 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.

Comment on lines +1 to +4
.. _codeql-cli-2.23.6:

==========================
CodeQL 2.23.6 (2025-11-24)
Copy link

Copilot AI Dec 2, 2025

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.

Copilot uses AI. Check for mistakes.
### 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.
Copy link

Copilot AI Dec 2, 2025

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.

Copilot uses AI. Check for mistakes.
@codeql-ci codeql-ci force-pushed the post-release-prep/codeql-cli-2.23.7 branch from ddf6988 to 085faa2 Compare December 2, 2025 16:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants