-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Post-release preparation for codeql-cli-2.20.6 #18912
Conversation
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.
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
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.