From 59131c98613d9279c82fd860fc987c17dcf28616 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 21:15:57 +0000 Subject: [PATCH] Bump dorny/test-reporter from 2.1.1 to 3.0.0 Bumps [dorny/test-reporter](https://github.com/dorny/test-reporter) from 2.1.1 to 3.0.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...a43b3a5f7366b97d083190328d2c652e1a8b6aa2) --- updated-dependencies: - dependency-name: dorny/test-reporter dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... 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 2f11728..f051294 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@a43b3a5f7366b97d083190328d2c652e1a8b6aa2 # v1 with: name: MCP Integration Tests - ${{ matrix.transport }} path: test_results/mcp_integration/junit_*.xml