Skip to content

Bump codebeltnet/jobs-dotnet-test/.github/workflows/default.yml from 3.1.0 to 3.2.1 in /.github/workflows - #14

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/dot-github/workflows/codebeltnet/jobs-dotnet-test/dot-github/workflows/default.yml-3.2.1
Open

Bump codebeltnet/jobs-dotnet-test/.github/workflows/default.yml from 3.1.0 to 3.2.1 in /.github/workflows#14
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/dot-github/workflows/codebeltnet/jobs-dotnet-test/dot-github/workflows/default.yml-3.2.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 30, 2026

Copy link
Copy Markdown
Contributor

Bumps codebeltnet/jobs-dotnet-test/.github/workflows/default.yml from 3.1.0 to 3.2.1.

Release notes

Sourced from codebeltnet/jobs-dotnet-test/.github/workflows/default.yml's releases.

v3.2.1

What's Changed

This patch release fixes Bash compatibility in the test workflow for macOS. Apple ships Bash 3.2, which lacks modern features like globstar and extended array handling available in Bash 4+. The fix replaces globstar-based array operations with find commands and refactors conditionals to use boolean flags, ensuring the workflow runs reliably on both macOS and Linux runners.

Sources:

Full Changelog: codebeltnet/jobs-dotnet-test@v3.2.0...v3.2.1

v3.2.0

What's Changed

This release adds infrastructure and documentation for Microsoft.Testing.Platform support, enabling modern .NET testing workflows. The test job now detects opt-in configuration via global.json and automatically runs tests using native Microsoft.Testing.Platform arguments when enabled. Coverage file detection has been enhanced to conditionally identify coverage files based on the testing execution mode, and ReportGenerator now supports both cobertura.xml and opencover.xml formats for flexible coverage reporting across .NET versions.

[!TIP] To enable Microsoft.Testing.Platform in your repository, add the opt-in configuration to your global.json for .NET 10+ projects. The workflow will automatically detect this setting and execute tests accordingly while maintaining backward compatibility with .NET Framework modules using legacy test execution.

Sources:

Full Changelog: codebeltnet/jobs-dotnet-test@v3.1.0...v3.2.0

Commits
  • 117eaf8 💚 fix bash compatibility in test workflow for macos
  • e4a7440 💬 document microsoft.testing.platform opt-in mechanism
  • acbf66e 👷 add microsoft.testing.platform support to test workflow
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [codebeltnet/jobs-dotnet-test/.github/workflows/default.yml](https://github.com/codebeltnet/jobs-dotnet-test) from 3.1.0 to 3.2.1.
- [Release notes](https://github.com/codebeltnet/jobs-dotnet-test/releases)
- [Commits](codebeltnet/jobs-dotnet-test@a645b93...117eaf8)

---
updated-dependencies:
- dependency-name: codebeltnet/jobs-dotnet-test/.github/workflows/default.yml
  dependency-version: 3.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Aug 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants