Post-release preparation for codeql-cli-2.21.2#19401
Merged
Conversation
Release preparation for version 2.21.2
Java: Remove erroneously-committed query
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR prepares for the post-release process following codeql-cli-2.21.2 by merging release changes back and bumping version strings in several components in preparation for the next release. Key updates include:
- Version bumps and changelog updates in C#, C++, and Actions components.
- Updates to qlpack and release metadata files.
- Addition and removal of change notes regarding new features and bug fixes.
Reviewed Changes
Copilot reviewed 165 out of 165 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| csharp/ql/campaigns/Solorigate/lib/CHANGELOG.md | Added changelog entry for version 1.7.39. |
| cpp/ql/src/qlpack.yml | Updated version from 1.3.9-dev to 1.3.10-dev. |
| cpp/ql/src/codeql-pack.release.yml | Updated lastReleaseVersion from 1.3.8 to 1.3.9. |
| cpp/ql/src/change-notes/released/1.3.9.md | Added change note for version 1.3.9. |
| cpp/ql/src/CHANGELOG.md | Added changelog entry for version 1.3.9. |
| cpp/ql/lib/qlpack.yml | Bumped version from 4.2.1-dev to 4.3.1-dev. |
| cpp/ql/lib/codeql-pack.release.yml | Updated lastReleaseVersion from 4.2.0 to 4.3.0. |
| cpp/ql/lib/change-notes/released/4.3.0.md | Added change note for version 4.3.0. |
| cpp/ql/lib/change-notes/2025-04-15-field-array-designator.md | Removed redundant change note. |
| cpp/ql/lib/change-notes/2025-04-14-variable-length-arrays.md | Removed redundant change note. |
| cpp/ql/lib/CHANGELOG.md | Added changelog entry for version 4.3.0. |
| actions/ql/src/qlpack.yml | Bumped version from 0.5.5-dev to 0.6.1-dev. |
| actions/ql/src/codeql-pack.release.yml | Updated lastReleaseVersion from 0.5.4 to 0.6.0. |
| actions/ql/src/change-notes/released/0.6.0.md | Updated release notes with breaking changes and bug fixes. |
| actions/ql/src/change-notes/2025-04-14-excessive-secrets-exposure-security-severity.md | Removed redundant change note. |
| actions/ql/src/CHANGELOG.md | Updated changelog entry for version 0.6.0 with breaking changes and bug fixes. |
| actions/ql/lib/qlpack.yml | Bumped version from 0.4.8-dev to 0.4.9-dev. |
| actions/ql/lib/codeql-pack.release.yml | Updated lastReleaseVersion from 0.4.7 to 0.4.8. |
| actions/ql/lib/change-notes/released/0.4.8.md | Added change note for version 0.4.8. |
| actions/ql/lib/CHANGELOG.md | Added changelog entry for version 0.4.8. |
nickrolfe
approved these changes
Apr 28, 2025
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.21.2. And it bumps the version version strings in semmle-code in preparation for the next release of 2.21.3.