-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Release preparation for version 2.23.7 #20955
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 PR prepares CodeQL packages for release version 2.23.7 by incrementing version numbers across all language query packs and shared libraries. All packages are updated with patch or minor version bumps and indicate no user-facing changes.
Key Changes:
- Version bumps for all language-specific query and library packages (Swift, Rust, Ruby, Python, JavaScript, Java, Go, C#, C++, Actions)
- Version bumps for shared utility libraries (yaml, xml, util, typos, typetracking, typeinference, typeflow, tutorial, threat-models, ssa, regex, rangeanalysis, quantum, mad, dataflow, controlflow, concepts)
- Each package follows the standard 4-file update pattern: qlpack.yml, codeql-pack.release.yml, new change note file, and CHANGELOG.md
Reviewed changes
Copilot reviewed 164 out of 164 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| swift/ql/src/* | Swift queries package version 1.2.10 → 1.2.11 |
| swift/ql/lib/* | Swift library package version 6.1.1 → 6.1.2 |
| rust/ql/src/* | Rust queries package version 0.1.21 → 0.1.22 |
| rust/ql/lib/* | Rust library package version 0.2.0 → 0.2.1 |
| ruby/ql/src/* | Ruby queries package version 1.5.1 → 1.5.2 |
| ruby/ql/lib/* | Ruby library package version 5.1.4 → 5.1.5 |
| python/ql/src/* | Python queries package version 1.7.1 → 1.7.2 |
| python/ql/lib/* | Python library package version 5.0.1 → 5.0.2 |
| javascript/ql/src/* | JavaScript queries package version 2.2.1 → 2.2.2 |
| javascript/ql/lib/* | JavaScript library package version 2.6.16 → 2.6.17 |
| java/ql/src/* | Java queries package version 1.10.1 → 1.10.2 |
| java/ql/lib/* | Java library package version 7.8.0 → 7.8.1 |
| go/ql/src/* | Go queries package version 1.5.0 → 1.5.1 |
| go/ql/lib/* | Go library package version 5.0.3 → 5.0.4 |
| go/ql/consistency-queries/* | Go consistency queries package version 1.0.36 → 1.0.37 |
| csharp/ql/src/* | C# queries package version 1.5.1 → 1.5.2 |
| csharp/ql/lib/* | C# library package version 5.4.1 → 5.4.2 |
| csharp/ql/campaigns/Solorigate/src/* | C# Solorigate queries package version 1.7.53 → 1.7.54 |
| csharp/ql/campaigns/Solorigate/lib/* | C# Solorigate library package version 1.7.53 → 1.7.54 |
| cpp/ql/src/* | C++ queries package version 1.5.5 → 1.5.6 |
| cpp/ql/lib/* | C++ library package version 6.1.1 → 6.1.2 |
| actions/ql/src/* | Actions queries package version 0.6.14 → 0.6.15 |
| actions/ql/lib/* | Actions library package version 0.4.22 → 0.4.23 |
| shared/yaml/* | YAML library package version 1.0.36 → 1.0.37 |
| shared/xml/* | XML library package version 1.0.36 → 1.0.37 |
| shared/util/* | Util library package version 2.0.23 → 2.0.24 |
| shared/typos/* | Typos library package version 1.0.36 → 1.0.37 |
| shared/typetracking/* | Type tracking library package version 2.0.20 → 2.0.21 |
| shared/typeinference/* | Type inference library package version 0.0.17 → 0.0.18 |
| shared/typeflow/* | Type flow library package version 1.0.36 → 1.0.37 |
| shared/tutorial/* | Tutorial library package version 1.0.36 → 1.0.37 |
| shared/threat-models/* | Threat models library package version 1.0.36 → 1.0.37 |
| shared/ssa/* | SSA library package version 2.0.12 → 2.0.13 |
| shared/regex/* | Regex library package version 1.0.36 → 1.0.37 |
| shared/rangeanalysis/* | Range analysis library package version 1.0.36 → 1.0.37 |
| shared/quantum/* | Quantum library package version 0.0.14 → 0.0.15 |
| shared/mad/* | MAD library package version 1.0.36 → 1.0.37 |
| shared/dataflow/* | Dataflow library package version 2.0.20 → 2.0.21 |
| shared/controlflow/* | Control flow library package version 2.0.20 → 2.0.21 |
| shared/concepts/* | Concepts library package version 0.0.10 → 0.0.11 |
| misc/suite-helpers/* | Suite helpers package version 1.0.36 → 1.0.37 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review for a chance to win a $100 gift card. Take the survey.
No description provided.