Skip to content

Post-release preparation for codeql-cli-2.23.7 - #20946

Merged
oscarsj merged 8 commits into
rc/3.20from
post-release-prep/codeql-cli-2.23.7
Dec 5, 2025
Merged

Post-release preparation for codeql-cli-2.23.7#20946
oscarsj merged 8 commits into
rc/3.20from
post-release-prep/codeql-cli-2.23.7

Conversation

@codeql-ci

Copy link
Copy Markdown
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.

oscarsjand others added 5 commits December 1, 2025 15:39
@oscarsj
oscarsj marked this pull request as ready for review December 2, 2025 10:09
CopilotAI review requested due to automatic review settings December 2, 2025 10:09
@oscarsj
oscarsj requested review from a team as code ownersDecember 2, 2025 10:09

CopilotAI left a comment

Copy link
Copy Markdown
Contributor

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
FileDescription
swift/ql/src/qlpack.ymlVersion bumped from 1.2.10-dev to 1.2.11-dev
swift/ql/lib/qlpack.ymlVersion bumped from 6.1.1-dev to 6.1.2-dev
rust/ql/src/qlpack.ymlVersion bumped from 0.1.21-dev to 0.1.22-dev
rust/ql/lib/qlpack.ymlVersion bumped from 0.1.21-dev to 0.2.1-dev (minor bump due to breaking changes)
ruby/ql/src/qlpack.ymlVersion bumped from 1.5.1-dev to 1.5.2-dev
ruby/ql/lib/qlpack.ymlVersion bumped from 5.1.4-dev to 5.1.5-dev
python/ql/src/qlpack.ymlVersion bumped from 1.7.1-dev to 1.7.2-dev
python/ql/lib/qlpack.ymlVersion bumped from 5.0.1-dev to 5.0.2-dev
javascript/ql/src/qlpack.ymlVersion bumped from 2.2.1-dev to 2.2.2-dev
javascript/ql/lib/qlpack.ymlVersion bumped from 2.6.16-dev to 2.6.17-dev
java/ql/src/qlpack.ymlVersion bumped from 1.10.1-dev to 1.10.2-dev
java/ql/lib/qlpack.ymlVersion bumped from 7.7.5-dev to 7.8.1-dev (minor bump due to deprecated APIs)
go/ql/src/qlpack.ymlVersion bumped from 1.4.10-dev to 1.5.1-dev (minor bump due to new queries)
go/ql/lib/qlpack.ymlVersion bumped from 5.0.3-dev to 5.0.4-dev
csharp/ql/src/qlpack.ymlVersion bumped from 1.5.1-dev to 1.5.2-dev
csharp/ql/lib/qlpack.ymlVersion bumped from 5.4.1-dev to 5.4.2-dev
cpp/ql/src/qlpack.ymlVersion bumped from 1.5.5-dev to 1.5.6-dev
cpp/ql/lib/qlpack.ymlVersion bumped from 6.1.1-dev to 6.1.2-dev
actions/ql/src/qlpack.ymlVersion bumped from 0.6.14-dev to 0.6.15-dev
actions/ql/lib/qlpack.ymlVersion bumped from 0.4.22-dev to 0.4.23-dev
shared/*/qlpack.ymlVersion bumps across all shared library packs
*/codeql-pack.release.ymllastReleaseVersion updated to reflect just-released versions
/change-notes/released/.mdRelease notes created for newly released versions
*/CHANGELOG.mdChangelog entries added for released versions
docs/codeql/codeql-overview/codeql-changelog/codeql-cli-2.23.6.rstDocumentation added for CodeQL 2.23.6 release
docs/codeql/codeql-overview/codeql-changelog/index.rstIndex 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)

CopilotAIDec 2, 2025

Copy link

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.

CopilotAIDec 2, 2025

Copy link

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-ciforce-pushed the post-release-prep/codeql-cli-2.23.7 branch from ddf6988 to 085faa2CompareDecember 2, 2025 16:39
@oscarsj
oscarsj merged commit 5addb53 into rc/3.20Dec 5, 2025
91 checks passed
@oscarsj
oscarsj deleted the post-release-prep/codeql-cli-2.23.7 branch December 5, 2025 11:51
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ActionsAnalysis of GitHub ActionsC#C++DataFlow LibrarydocumentationGoJavaJSPythonRubyRustPull requests that update Rust codeSwift

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@codeql-ci@oscarsj@coadaflorin