From fa18ef2ebf0a1404296c097a2be64a68cab69dc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 01:05:32 +0000 Subject: [PATCH] chore(deps): bump dorny/test-reporter in the all-dependencies group Bumps the all-dependencies group with 1 update: [dorny/test-reporter](https://github.com/dorny/test-reporter). Updates `dorny/test-reporter` from 2 to 3 - [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/v2...v3) --- updated-dependencies: - dependency-name: dorny/test-reporter dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/pipeline.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pipeline.yaml b/.github/workflows/pipeline.yaml index 0293a85..f854c2b 100644 --- a/.github/workflows/pipeline.yaml +++ b/.github/workflows/pipeline.yaml @@ -138,7 +138,7 @@ jobs: run: dotnet test --no-build --configuration ${{ env.build_configuration }} --verbosity normal - name: tests - report - uses: dorny/test-reporter@v2 + uses: dorny/test-reporter@v3 if: ${{ github.event.pull_request.head.repo.fork == false }} with: name: Test Results