Update CHANGELOG.md for v2.26.2 release prep - #330
Merged
Conversation
Contributor
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
Contributor
There was a problem hiding this comment.
Pull request overview
Prepares CHANGELOG.md for an anticipated v2.26.2 release by adding a new release section and updating link definitions to point [Unreleased] comparisons at v2.26.2.
Changes:
- Added a new
v2.26.2release entry with Highlights, Security, and Dependencies bullets. - Updated the
[Unreleased]comparison link and added a[v2.26.2]link definition.
Show a summary per file
| File | Description |
|---|---|
| CHANGELOG.md | Adds a v2.26.2 release section and updates the reference-style links at the bottom. |
Review details
Comments suppressed due to low confidence (1)
CHANGELOG.md:668
- These link definitions assume v2.26.2 exists. Right now, the v2.26.2 release/tag link is broken (404), and the [Unreleased] compare link points at a non-existent tag. Consider leaving [Unreleased] comparing from the latest existing tag until v2.26.2 is actually tagged, and only then updating these definitions.
[Unreleased]: https://github.com/advanced-security/codeql-development-mcp-server/compare/v2.26.2...HEAD
[v2.26.2]: https://github.com/advanced-security/codeql-development-mcp-server/releases/tag/v2.26.2
- Files reviewed: 1/1 changed files
- Comments generated: 1
- Review effort level: Low
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 pull request updates the changelog for the expected/pending
v2.26.2release -- documenting major dependency upgrades, security improvements, and infrastructure changes. The highlights include upgrading the CodeQL CLI and realigning Node.js support with the LTS release line, as well as patching a security vulnerability and updating several dependencies.Release highlights
Security
brace-expansiondependency to 1.1.16, addressing CVE-2026-13149.Dependency updates
hono,actions/setup-go,actions/setup-node, andsoftprops/action-gh-release.Documentation
[Unreleased]to compare from v2.26.2.