Post-release preparation for codeql-cli-2.20.6#18912
Merged
Conversation
Contributor
There was a problem hiding this comment.
PR Overview
This PR merges the release changes from codeql-cli-2.20.6 and prepares the codebase for the next release by updating changelogs, version strings, and release metadata across various packages. Key changes include new release note files for actions/ql and cpp/ql, updates to CHANGELOG files reflecting bug fixes and analysis improvements, and version bumps in qlpack and codeql-pack.release.yml files.
Reviewed Changes
| File | Description |
|---|---|
| actions/ql/lib/change-notes/released/0.4.4.md | Adds a new release note for version 0.4.4 with no user-facing changes. |
| cpp/ql/lib/change-notes/released/4.0.2.md | Introduces a release note for version 4.0.2 outlining minor analysis improvements. |
| cpp/ql/src/change-notes/released/1.3.5.md | Adds a release note for version 1.3.5 with details on analysis improvements and new overflow query additions. |
| actions/ql/src/CHANGELOG.md | Updates the changelog for actions/ql to version 0.5.1, including a bug fixes section. |
| cpp/ql/src/CHANGELOG.md | Updates the changelog for cpp/ql to version 1.3.5 and details the minor analysis improvements. |
| actions/ql/lib/CHANGELOG.md | Updates the changelog for the lib package to version 0.4.4 with no user-facing changes. |
| cpp/ql/lib/CHANGELOG.md | Bumps the lib changelog version to 4.0.2 with updated analysis improvements. |
| actions/ql/lib/qlpack.yml | Bumps the package version to 0.4.5‑dev. |
| actions/ql/src/qlpack.yml | Bumps the package version to 0.5.2‑dev. |
| cpp/ql/lib/codeql-pack.release.yml | Updates the lastReleaseVersion to 4.0.2. |
| actions/ql/lib/codeql-pack.release.yml | Updates the lastReleaseVersion to 0.4.4. |
| actions/ql/src/codeql-pack.release.yml | Updates the lastReleaseVersion to 0.5.1. |
| cpp/ql/src/qlpack.yml | Bumps the package version to 1.3.6‑dev. |
| cpp/ql/lib/qlpack.yml | Bumps the package version to 4.0.3‑dev. |
| cpp/ql/src/codeql-pack.release.yml | Bumps the lastReleaseVersion to 1.3.5. |
| actions/ql/src/change-notes/released/0.5.1.md | Adds a release note for version 0.5.1 detailing bug fixes for internal queries. |
| cpp/ql/src/change-notes/2025-02-27-static-buffer-overflow.md | Removes an outdated change note regarding static array access improvements. |
| cpp/ql/lib/change-notes/2025-02-20-getbuffersize.md | Removes an outdated change note for the getBufferSize predicate fix. |
| cpp/ql/lib/change-notes/2025-02-25-getbuffersize.md | Removes an outdated change note for modifications to the getBufferSize predicate. |
| cpp/ql/src/change-notes/2025-02-20-overflow-buffer.md | Removes an outdated change note related to the overflow-buffer query addition. |
Copilot reviewed 164 out of 164 changed files in this pull request and generated no comments.
Tip: If you use Visual Studio Code, you can request a review from Copilot before you push from the "Source Control" tab. Learn more
cklin
approved these changes
Mar 3, 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.20.6. And it bumps the version version strings in semmle-code in preparation for the next release of 2.20.7.