🔖 Version 4.8.1 - #442
Merged
Merged
🔖 Version 4.8.1#442
Conversation
ianardee
force-pushed
the
release/4.8.1
branch
from
September 10, 2026 17:54
66c2cdc to
47e7e70
Compare
There was a problem hiding this comment.
🟢 Approval recommended
The changes are straightforward release housekeeping (version/changelog/CI action bump) with no detected functional or structural issues in the reviewed diffs.
Pull request overview
This PR prepares a 4.8.1 release by bumping the package version, recording release notes in the changelog, and updating GitHub Actions workflows to use a newer actions/checkout major version.
Changes:
- Bump
VersionPrefixfrom 4.8.0 to 4.8.1. - Add v4.8.1 release notes to
CHANGELOG.md. - Update CI workflows from
actions/checkout@v5toactions/checkout@v6and remove an unused commented-out Qodana job stub.
File summaries
| File | Description |
|---|---|
| Directory.Build.props | Bumps the library/package version to 4.8.1. |
| CHANGELOG.md | Adds the v4.8.1 release entry with fixes. |
| .github/workflows/pull-request.yml | Removes commented-out Qodana job section from PR workflow. |
| .github/workflows/_test-units.yml | Updates checkout action to v6 for unit test workflows. |
| .github/workflows/_test-smoke.yml | Updates checkout action to v6 for smoke tests. |
| .github/workflows/_test-cli.yml | Updates checkout action to v6 for CLI tests. |
| .github/workflows/_publish-docs.yml | Updates checkout action to v6 for docs publishing. |
| .github/workflows/_publish-code.yml | Updates checkout action to v6 for code publishing. |
| .github/workflows/_codeql.yml | Updates checkout action to v6 for CodeQL analysis. |
Review details
- Files reviewed: 10/10 changed files
- Comments generated: 0
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
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.
No description provided.