Update dependencies and GitHub Actions to latest versions#1959
Merged
Conversation
Bertk
commented
Jun 3, 2026
Collaborator
- Bump ReportGenerator tool to 5.5.10 in dotnet-tools.json
- Update GitHub Actions (checkout, setup-dotnet, upload-artifact, ReportGenerator, publish-unit-test-result-action) to latest major/minor versions in benchmark.yml and dotnet.yml
- Upgrade Microsoft.NET.Test.Sdk to 18.6.0 in Directory.Packages.props
- Ensures improved stability, compatibility, and access to new features and fixes
- Bump ReportGenerator tool to 5.5.10 in dotnet-tools.json - Update GitHub Actions (checkout, setup-dotnet, upload-artifact, ReportGenerator, publish-unit-test-result-action) to latest major/minor versions in benchmark.yml and dotnet.yml - Upgrade Microsoft.NET.Test.Sdk to 18.6.0 in Directory.Packages.props - Ensures improved stability, compatibility, and access to new features and fixes
Contributor
There was a problem hiding this comment.
Pull request overview
Updates Coverlet’s build/test toolchain and CI workflows to newer dependency and GitHub Action versions to keep the repo compatible with current .NET tooling and to pick up upstream fixes.
Changes:
- Bump
Microsoft.NET.Test.Sdk(and aligned TestPlatform ObjectModel) to18.6.0via central package management. - Update ReportGenerator tooling to
5.5.10(dotnet tool + workflow action). - Refresh GitHub Actions versions used by the .NET and benchmark workflows (checkout/setup-dotnet/upload-artifact/publish-unit-test-result-action).
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| Directory.Packages.props | Updates central test SDK version to 18.6.0. |
| .github/workflows/dotnet.yml | Updates setup-dotnet, ReportGenerator action, publish-unit-test-result-action pinning, and artifact upload action versions. |
| .github/workflows/benchmark.yml | Updates checkout/setup-dotnet/upload-artifact action versions for benchmark runs. |
| .config/dotnet-tools.json | Bumps dotnet-reportgenerator-globaltool to 5.5.10. |
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.