From 8974315b34968c22756b7f8d2d46554e9b583ea7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 15:21:22 +0000 Subject: [PATCH] Bump dorny/test-reporter from 2.1.1 to 2.5.0 Bumps [dorny/test-reporter](https://github.com/dorny/test-reporter) from 2.1.1 to 2.5.0. - [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/dc3a92680fcc15842eef52e8c4606ea7ce6bd3f3...b082adf0eced0765477756c2a610396589b8c637) --- updated-dependencies: - dependency-name: dorny/test-reporter dependency-version: 2.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/mcp-integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mcp-integration.yml b/.github/workflows/mcp-integration.yml index 390135a2..68b840d8 100644 --- a/.github/workflows/mcp-integration.yml +++ b/.github/workflows/mcp-integration.yml @@ -196,7 +196,7 @@ jobs: - name: Upload JUnit results if: always() - uses: dorny/test-reporter@dc3a92680fcc15842eef52e8c4606ea7ce6bd3f3 # v1 + uses: dorny/test-reporter@b082adf0eced0765477756c2a610396589b8c637 # v1 with: name: MCP Integration Tests - ${{ matrix.transport }} path: test_results/mcp_integration/junit_*.xml