Mergeback #21947 into main#22058
Merged
Merged
Conversation
Fix changelog copy errors in change-notes and CHANGELOG.md files (codeql-cli-2.25.6)
mario-campos
approved these changes
Jun 25, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This mergeback PR brings the typo fixes from #21947 onto main so the CodeQL CLI 2.26.0 release up-to-dateness check passes, aligning the source change-notes/released/ entries with their generated CHANGELOG.md counterparts.
Changes:
- Corrects wording in Python 7.1.2 changelog/change-note (“less fewer positive results” → “fewer false positive results”).
- Corrects wording in Actions 0.6.29 changelog/change-note (“on in minor point” → “on a minor point”).
- Improves phrasing/capitalization in Actions 0.4.37 changelog/change-note (“include regexes” → “including…”, “sha1 or sha256” → “SHA-1 or SHA-256”).
Show a summary per file
| File | Description |
|---|---|
| python/ql/lib/CHANGELOG.md | Fixes a copied typo in the generated Python changelog entry for 7.1.2. |
| python/ql/lib/change-notes/released/7.1.2.md | Fixes the corresponding typo in the released change-note source for 7.1.2. |
| actions/ql/src/CHANGELOG.md | Fixes a copied typo in the generated Actions (src) changelog entry for 0.6.29. |
| actions/ql/src/change-notes/released/0.6.29.md | Fixes the corresponding typo in the released change-note source for 0.6.29. |
| actions/ql/lib/CHANGELOG.md | Fixes wording/capitalization typos in the generated Actions (lib) changelog entry for 0.4.37. |
| actions/ql/lib/change-notes/released/0.4.37.md | Fixes the corresponding wording/capitalization in the released change-note source for 0.4.37. |
Copilot's findings
- Files reviewed: 6/6 changed files
- Comments generated: 0
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 the commits from #21947 into
mainso that the up-to-dateness check as part of the CodeQL CLI 2.26.0 release process is happy. #21971 already included the changes, but as cherry-picked commits.