Skip to content

Release preparation for version 2.22.4 #20240

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

Merged
merged 1 commit into from
Aug 18, 2025
Merged

Conversation

codeql-ci
Copy link
Collaborator

No description provided.

@Copilot Copilot AI review requested due to automatic review settings August 18, 2025 14:06
@codeql-ci codeql-ci requested review from a team as code owners August 18, 2025 14:06
@smowton smowton merged commit 57378ec into codeql-cli-2.22.4 Aug 18, 2025
14 of 34 checks passed
@smowton smowton deleted the release-prep/2.22.4 branch August 18, 2025 14:09
Copy link
Contributor

@Copilot 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 pull request prepares version 2.22.4 for release by updating version numbers across multiple CodeQL language packs and shared libraries, removing development suffixes, and updating release tracking files.

Key changes include:

  • Removing -dev suffix from version numbers in qlpack.yml files
  • Updating lastReleaseVersion in codeql-pack.release.yml files
  • Creating new release change note files
  • Consolidating change notes from unreleased files into CHANGELOG.md files

Reviewed Changes

Copilot reviewed 173 out of 173 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
swift/ql/src/qlpack.yml Updated version from 1.2.3-dev to 1.2.3
swift/ql/lib/qlpack.yml Updated version from 5.0.5-dev to 5.0.5
shared/*/qlpack.yml Updated versions across multiple shared libraries (yaml, xml, util, typos, typetracking, etc.)
rust/ql/*/qlpack.yml Updated Rust query and library versions to 0.1.14
ruby/ql/*/qlpack.yml Updated Ruby versions to 1.4.3 (queries) and 5.0.2 (lib)
python/ql/*/qlpack.yml Updated Python versions to 1.6.3 (queries) and 4.0.13 (lib)
javascript/ql/*/qlpack.yml Updated JavaScript versions to 2.0.2 (queries) and 2.6.9 (lib)
java/ql/*/qlpack.yml Updated Java versions to 1.6.3 (queries) and 7.6.0 (lib)
go/ql/*/qlpack.yml Updated Go versions and consistency queries
csharp/ql/*/qlpack.yml Updated C# and Solorigate campaign versions
cpp/ql/*/qlpack.yml Updated C++ versions to 1.4.6 (queries) and 5.4.1 (lib)
actions/ql/*/qlpack.yml Updated GitHub Actions versions
misc/suite-helpers/qlpack.yml Updated suite helpers version
*/codeql-pack.release.yml Updated lastReleaseVersion for all packages
/change-notes/released/.md Added new release change note files
*/CHANGELOG.md Updated with consolidated change notes

You can also share your feedback on Copilot code review for a chance to win a $100 gift card. Take the survey.

@@ -1,5 +1,5 @@
name: codeql/java-all
version: 7.5.1-dev
version: 7.6.0
Copy link
Preview

Copilot AI Aug 18, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Version number inconsistency: The Java library version is being updated to 7.6.0, but the lastReleaseVersion in the corresponding codeql-pack.release.yml shows 7.5.0 as the previous version. This suggests the version should be 7.5.1 based on the original -dev suffix, not 7.6.0.

Suggested change
version: 7.6.0
version: 7.5.1

Copilot uses AI. Check for mistakes.

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.

2 participants