From fc086801e1d3d33a1338a83b734ebbdd8bf15db0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 01:04:49 +0000 Subject: [PATCH] Bump mikepenz/action-junit-report from 5 to 6 Bumps [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report) from 5 to 6. - [Release notes](https://github.com/mikepenz/action-junit-report/releases) - [Commits](https://github.com/mikepenz/action-junit-report/compare/v5...v6) --- updated-dependencies: - dependency-name: mikepenz/action-junit-report dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-pr.yml b/.github/workflows/ci-pr.yml index 9273f57c2b6..b25fd1f4697 100644 --- a/.github/workflows/ci-pr.yml +++ b/.github/workflows/ci-pr.yml @@ -39,7 +39,7 @@ jobs: HEAD_BRANCH: ${{github.event.workflow_run.head_branch}} - name: 📊 Publish Test Report if: always() - uses: mikepenz/action-junit-report@v5 + uses: mikepenz/action-junit-report@v6 with: check_name: Java CI / Test Report (${{ matrix.java-version }}) report_paths: '**/target/surefire-reports/TEST-*.xml'