From c098dc26f1e9ebb77340bb3ca1d5973f63f7ff4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 21:07:50 +0000 Subject: [PATCH] Bump mikepenz/action-junit-report from 5.6.0 to 5.6.2 Bumps [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report) from 5.6.0 to 5.6.2. - [Release notes](https://github.com/mikepenz/action-junit-report/releases) - [Commits](https://github.com/mikepenz/action-junit-report/compare/v5.6.0...v5.6.2) --- updated-dependencies: - dependency-name: mikepenz/action-junit-report dependency-version: 5.6.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/full-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/full-check.yml b/.github/workflows/full-check.yml index 66bee89fcb..0e5c11b54a 100644 --- a/.github/workflows/full-check.yml +++ b/.github/workflows/full-check.yml @@ -59,7 +59,7 @@ jobs: -Dtest.emma.htmlunit.disable=true - name: Report test results - uses: mikepenz/action-junit-report@v5.6.0 + uses: mikepenz/action-junit-report@v5.6.2 if: always() with: report_paths: 'gwt/build/out/**/test/**/reports/TEST-*.xml'