Post-release preparation for codeql-cli-2.21.3#19489
Merged
Conversation
Release preparation for version 2.21.3
Contributor
There was a problem hiding this comment.
Pull Request Overview
Merges back release changes from CodeQL CLI 2.21.3 and bumps various QLPACK version strings in preparation for 2.21.4.
- Updated dev versions in
qlpack.ymlfor C#, C++, and Actions packs - Bumped
lastReleaseVersionincodeql-pack.release.yml - Added new release notes files and updated
CHANGELOG.mdfor each component
Reviewed Changes
Copilot reviewed 168 out of 168 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| csharp/ql/campaigns/Solorigate/lib/qlpack.yml | Bump C# Solorigate pack to 1.7.41-dev |
| csharp/ql/campaigns/Solorigate/lib/codeql-pack.release.yml | Update lastReleaseVersion to 1.7.40 |
| csharp/ql/campaigns/Solorigate/lib/change-notes/released/1.7.40.md | Add C# 1.7.40 release notes |
| csharp/ql/campaigns/Solorigate/lib/CHANGELOG.md | Insert 1.7.40 entry |
| cpp/ql/src/qlpack.yml | Bump C++ queries pack to 1.4.1-dev |
| cpp/ql/src/codeql-pack.release.yml | Update lastReleaseVersion to 1.4.0 |
| cpp/ql/src/change-notes/released/1.4.0.md | Add C++ 1.4.0 release notes (partial) |
| cpp/ql/src/CHANGELOG.md | Insert 1.4.0 entry with metadata changes |
| cpp/ql/lib/qlpack.yml | Bump C++ lib pack to 4.3.2-dev |
| cpp/ql/lib/codeql-pack.release.yml | Update lastReleaseVersion to 4.3.1 |
| cpp/ql/lib/change-notes/released/4.3.1.md | Add C++ lib 4.3.1 release notes |
| cpp/ql/lib/CHANGELOG.md | Insert 4.3.1 entry |
| actions/ql/src/qlpack.yml | Bump Actions queries pack to 0.6.2-dev |
| actions/ql/src/codeql-pack.release.yml | Update lastReleaseVersion to 0.6.1 |
| actions/ql/src/change-notes/released/0.6.1.md | Add Actions queries 0.6.1 release notes |
| actions/ql/src/CHANGELOG.md | Insert 0.6.1 entry |
| actions/ql/lib/qlpack.yml | Bump Actions all pack to 0.4.10-dev |
| actions/ql/lib/codeql-pack.release.yml | Update lastReleaseVersion to 0.4.9 |
| actions/ql/lib/change-notes/released/0.4.9.md | Add Actions all 0.4.9 release notes |
| actions/ql/lib/CHANGELOG.md | Insert 0.4.9 entry |
Comments suppressed due to low confidence (1)
cpp/ql/src/change-notes/released/1.4.0.md:5
- The CHANGELOG.md lists five metadata tag updates for version 1.4.0, but this change-notes file only includes three. Please add entries for
cpp/untrusted-data-to-external-api-ir,cpp/untrusted-data-to-external-api, andcpp/late-check-of-function-argumentto keep the release notes in sync.
* The tag `external/cwe/cwe-14` has been removed from `cpp/memset-may-be-deleted` and the tag `external/cwe/cwe-014` has been added.
smowton
approved these changes
May 13, 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.3. And it bumps the version version strings in semmle-code in preparation for the next release of 2.21.4.