Skip to content

Update dependencies and GitHub Actions to latest versions#1959

Merged
Bertk merged 1 commit into
coverlet-coverage:masterfrom
Bertk:update-versions
Jun 3, 2026
Merged

Update dependencies and GitHub Actions to latest versions#1959
Bertk merged 1 commit into
coverlet-coverage:masterfrom
Bertk:update-versions

Conversation

@Bertk

@Bertk Bertk commented Jun 3, 2026

Copy link
Copy Markdown
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
Copilot AI review requested due to automatic review settings June 3, 2026 13:28

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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) to 18.6.0 via 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.

@Bertk Bertk added dependencies Pull requests that update a dependency file skip-changelog ignore PR for change.log document (release-drafter chore PR label for maintenance (dependencies, build, scripts) labels Jun 3, 2026
@Bertk Bertk merged commit 7f1d92f into coverlet-coverage:master Jun 3, 2026
12 checks passed
@Bertk Bertk deleted the update-versions branch June 3, 2026 14:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore PR label for maintenance (dependencies, build, scripts) dependencies Pull requests that update a dependency file skip-changelog ignore PR for change.log document (release-drafter

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants