-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Mergeback rc/3.20 into main #21025
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: main
Are you sure you want to change the base?
Mergeback rc/3.20 into main #21025
Conversation
oscarsj
commented
Dec 12, 2025
- JS: Use question-mark variant in all overlay annotations
- Revert changes in synced files
- Release preparation for version 2.23.8
- Post-release preparation for codeql-cli-2.23.8
JS: Use question-mark variant in all overlay annotations
Release preparation for version 2.23.8
…23.8 Post-release preparation for codeql-cli-2.23.8
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 the rc/3.20 release branch back into main, containing post-release version updates and a systematic change to overlay annotations in JavaScript QL files.
Key Changes:
- Version bumps across all language packs and shared libraries (patch version increments for post-release)
- Systematic update of overlay annotations from
overlay[local]andoverlay[caller]to question-mark variants (overlay[local?]andoverlay[caller?]) in JavaScript QL files - Addition of release notes and CHANGELOG entries for the new versions
Reviewed changes
Copilot reviewed 237 out of 237 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| swift/ql/src/qlpack.yml | Version bump to 1.2.13-dev after 1.2.12 release |
| swift/ql/lib/qlpack.yml | Version bump to 6.1.4-dev after 6.1.3 release |
| javascript/ql/lib/utils/test/InlineSummaries.qll | Updated overlay annotation to use question-mark variant |
| javascript/ql/lib/semmle/javascript/internal/*.qll | Updated overlay annotations throughout internal modules to use question-mark variants |
| javascript/ql/lib/semmle/javascript/frameworks/*.qll | Updated overlay annotations in framework modules to use question-mark variants |
| javascript/ql/lib/semmle/javascript/dataflow/**/*.qll | Updated overlay annotations in dataflow modules to use question-mark variants |
| javascript/ql/lib/semmle/javascript/*.qll | Updated overlay annotations across core JavaScript modules to use question-mark variants |
| javascript/ql/lib/qlpack.yml | Version bump to 2.6.19-dev after 2.6.18 release |
| java/ql/src/change-notes/released/1.10.3.md | Fixed YAML front matter formatting and added release notes |
| shared/*/qlpack.yml | Version bumps for all shared libraries (yaml, xml, util, typos, typetracking, etc.) |
| ruby/ql/*/qlpack.yml | Version bumps for Ruby query and library packs |
| rust/ql/*/qlpack.yml | Version bumps for Rust query and library packs |
| python/ql/*/qlpack.yml | Version bumps for Python query and library packs |
| go/ql/*/qlpack.yml | Version bumps for Go query and library packs |
| csharp/ql/*/qlpack.yml | Version bumps for C# query and library packs |
| cpp/ql/*/qlpack.yml | Version bumps for C++ query and library packs |
| actions/ql/*/qlpack.yml | Version bumps for GitHub Actions query and library packs |
| */codeql-pack.release.yml | Updated lastReleaseVersion for all packs |
| /change-notes/released/.md | Added release notes files for new versions |
| */CHANGELOG.md | Updated CHANGELOGs with new version entries |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
…mergeback-rc-3-20-into-main
d668714 to
d972af9
Compare