From e2de3f046afcfc6edea60ce37cd53f959449297c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 14:08:18 +0000 Subject: [PATCH] Bump dorny/test-reporter from 1 to 2 Bumps [dorny/test-reporter](https://github.com/dorny/test-reporter) from 1 to 2. - [Release notes](https://github.com/dorny/test-reporter/releases) - [Changelog](https://github.com/dorny/test-reporter/blob/main/CHANGELOG.md) - [Commits](https://github.com/dorny/test-reporter/compare/v1...v2) --- updated-dependencies: - dependency-name: dorny/test-reporter dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/mobypark.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/mobypark.yml b/.github/workflows/mobypark.yml index 6e7865f..4e27f85 100644 --- a/.github/workflows/mobypark.yml +++ b/.github/workflows/mobypark.yml @@ -49,7 +49,7 @@ jobs: - name: Publish unit test results continue-on-error: true if: always() - uses: dorny/test-reporter@v1 + uses: dorny/test-reporter@v2 with: name: Unit Tests reporter: dotnet-trx @@ -169,7 +169,7 @@ jobs: - name: Publish integration test results continue-on-error: true if: always() - uses: dorny/test-reporter@v1 + uses: dorny/test-reporter@v2 with: name: Integration Tests reporter: java-junit