From 768f7dd1e20849d655c6009fd37ab8362dc7aa49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 11:07:17 +0000 Subject: [PATCH] MESH-2092 github actions (deps): Bump mikepenz/action-junit-report Bumps [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report) from 6.3.1 to 6.4.1. - [Release notes](https://github.com/mikepenz/action-junit-report/releases) - [Commits](https://github.com/mikepenz/action-junit-report/compare/49b2ca06f62aa7ef83ae6769a2179271e160d8e4...3a81627bfac62268172037048872e8ebd4207e6d) --- updated-dependencies: - dependency-name: mikepenz/action-junit-report dependency-version: 6.4.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/merge-develop.yml | 2 +- .github/workflows/pull-request.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/merge-develop.yml b/.github/workflows/merge-develop.yml index 32a7054..a622b4b 100644 --- a/.github/workflows/merge-develop.yml +++ b/.github/workflows/merge-develop.yml @@ -33,7 +33,7 @@ jobs: - name: publish junit reports if: success() || failure() - uses: mikepenz/action-junit-report@49b2ca06f62aa7ef83ae6769a2179271e160d8e4 + uses: mikepenz/action-junit-report@3a81627bfac62268172037048872e8ebd4207e6d with: check_name: junit reports report_paths: reports/junit/*.xml diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 24cb5e4..b751ea8 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -43,7 +43,7 @@ jobs: - name: publish junit reports if: success() || failure() - uses: mikepenz/action-junit-report@49b2ca06f62aa7ef83ae6769a2179271e160d8e4 + uses: mikepenz/action-junit-report@3a81627bfac62268172037048872e8ebd4207e6d with: check_name: junit reports report_paths: reports/junit/*.xml