-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Merge rc/3.20 into main #21156
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
Merge rc/3.20 into main #21156
Conversation
Changedocs 2.23.8
Fix from Oscar, who wrote:
The Alabaster theme's global `a { color: #2F1695 }` rule was overriding
header link colors, rendering them purple instead of white.
Fix header link color and hover effect in query help documentation
Release preparation for version 2.23.9
…cli-2.23.9 Post-release preparation for codeql-cli-2.23.9
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 release candidate branch rc/3.20 into main, performing routine release operations including version bumps and documentation updates for CodeQL packages across multiple languages and shared libraries.
Changes:
- Incremented development versions across all CodeQL packages (Swift, Rust, Ruby, Python, JavaScript, Java, Go, C#, C++, Actions, and shared libraries)
- Updated release version tracking in codeql-pack.release.yml files
- Added release notes for version 1.2.13+ across all affected packages, all indicating "No user-facing changes"
- Added new changelog documentation for CodeQL CLI versions 2.23.7 and 2.23.8
- Minor documentation corrections (capitalization and link updates)
Reviewed changes
Copilot reviewed 170 out of 170 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.14-dev |
| swift/ql/lib/qlpack.yml | Version bump to 6.1.5-dev |
| rust/ql/src/qlpack.yml | Version bump to 0.1.25-dev |
| ruby/ql/src/qlpack.yml | Version bump to 1.5.5-dev |
| python/ql/src/qlpack.yml | Version bump to 1.7.5-dev |
| javascript/ql/src/qlpack.yml | Version bump to 2.2.5-dev |
| java/ql/src/qlpack.yml | Version bump to 1.10.5-dev |
| go/ql/src/qlpack.yml | Version bump to 1.5.4-dev |
| csharp/ql/src/qlpack.yml | Version bump to 1.5.5-dev |
| cpp/ql/src/qlpack.yml | Version bump to 1.5.9-dev |
| actions/ql/src/qlpack.yml | Version bump to 0.6.18-dev |
| shared/*/qlpack.yml | Version bumps across all shared libraries |
| */codeql-pack.release.yml | Last release version updates across all packages |
| /change-notes/released/.md | New release note files stating no user-facing changes |
| */CHANGELOG.md | Updated with new version entries |
| docs/codeql/codeql-overview/codeql-changelog/index.rst | Added references to CLI 2.23.7 and 2.23.8 |
| docs/codeql/codeql-overview/codeql-changelog/codeql-cli-2.23.8.rst | New changelog for CLI 2.23.8 release |
| docs/codeql/codeql-overview/codeql-changelog/codeql-cli-2.23.7.rst | New changelog for CLI 2.23.7 release |
| docs/codeql/codeql-overview/codeql-changelog/codeql-cli-2.23.5.rst | Fixed capitalization in Java/Kotlin section |
| docs/codeql/codeql-overview/codeql-changelog/codeql-cli-2.23.6.rst | Updated GitHub changelog URL |
| docs/codeql/_static/custom.css_t | Added CSS styling for header links |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
No description provided.