Post-release preparation for codeql-cli-2.23.4#20758
Merged
Conversation
Release preparation for version 2.23.4
Actions: don't fail if no JS/TS code was found
…f-no-js Backport: Merge pull request #20752 from asgerf/actions/dont-fail-if-no-js
mbg
approved these changes
Nov 4, 2025
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR performs version bumps and changelog consolidation across multiple CodeQL language packs following a release cycle. The changes update version numbers, release metadata, and consolidate change notes from individual feature files into released changelog entries.
- Version bumps across all language packs (Swift, Rust, Ruby, Python, JavaScript, Java, Go, C#, C++, Actions) and shared libraries
- Consolidation of pending change notes into official release changelogs
- Creation of release-specific change note files
Reviewed Changes
Copilot reviewed 183 out of 183 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| swift/ql/src/qlpack.yml | Bumped version from 1.2.8-dev to 1.2.9-dev |
| swift/ql/lib/qlpack.yml | Bumped version from 5.0.10-dev to 6.0.1-dev (major version bump) |
| swift/ql/lib/change-notes/released/6.0.0.md | Created changelog for Swift 6.0.0 with breaking changes, new features, and Swift 6.2 support |
| rust/ql/src/change-notes/released/0.1.19.md | Consolidated Rust 0.1.19 release notes with analysis improvements |
| python/ql/lib/qlpack.yml | Bumped version from 4.0.18-dev to 4.1.1-dev (minor version bump) |
| java/ql/src/change-notes/released/1.9.0.md | Created changelog for Java 1.9.0 with new thread safety queries |
| csharp/ql/lib/change-notes/released/5.3.0.md | Created changelog for C# 5.3.0 with major control-flow graph changes |
| csharp/ql/src/CHANGELOG.md | Fixed trailing whitespace issues in existing changelog entries |
| javascript/extractor/src/com/semmle/js/extractor/EnvironmentVariables.java | Added Actions extractor support with new environment variable |
| javascript/extractor/src/com/semmle/js/extractor/AutoBuild.java | Modified extraction logic to handle Actions extractor differently |
| shared/*/qlpack.yml | Version bumps for all shared libraries (yaml, xml, util, typos, typetracking, etc.) |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR merges back all of the changes from the release of codeql-cli-2.23.4. And it bumps the version version strings in semmle-code in preparation for the next release of 2.23.5.