From dd536a200fb9ceaf31c5b178ae89664c796edb11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 15:08:56 +0000 Subject: [PATCH] github actions (deps): bump mikepenz/action-junit-report Bumps [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report) from 6.1.0 to 6.4.0. - [Release notes](https://github.com/mikepenz/action-junit-report/releases) - [Commits](https://github.com/mikepenz/action-junit-report/compare/a294a61c909bd8a4b563024a2faa28897fd53ebc...bccf2e31636835cf0874589931c4116687171386) --- updated-dependencies: - dependency-name: mikepenz/action-junit-report dependency-version: 6.4.0 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 b89f550..9aca396 100644 --- a/.github/workflows/merge-develop.yml +++ b/.github/workflows/merge-develop.yml @@ -83,7 +83,7 @@ jobs: - name: publish junit reports if: success() || failure() - uses: mikepenz/action-junit-report@a294a61c909bd8a4b563024a2faa28897fd53ebc + uses: mikepenz/action-junit-report@bccf2e31636835cf0874589931c4116687171386 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 f734251..7e683de 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -179,7 +179,7 @@ jobs: - name: publish junit reports if: success() || failure() - uses: mikepenz/action-junit-report@a294a61c909bd8a4b563024a2faa28897fd53ebc + uses: mikepenz/action-junit-report@bccf2e31636835cf0874589931c4116687171386 with: check_name: junit reports report_paths: reports/junit/*.xml