From b38fcf2327045df380c933b95310e88bef2fcf88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 19:02:13 +0000 Subject: [PATCH] chore(deps): bump mikepenz/action-junit-report from 6.0.1 to 6.1.0 Bumps [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report) from 6.0.1 to 6.1.0. - [Release notes](https://github.com/mikepenz/action-junit-report/releases) - [Commits](https://github.com/mikepenz/action-junit-report/compare/e08919a3b1fb83a78393dfb775a9c37f17d8eea6...a294a61c909bd8a4b563024a2faa28897fd53ebc) --- updated-dependencies: - dependency-name: mikepenz/action-junit-report dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ui-tests-common.yml | 2 +- .github/workflows/unit-test-common.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ui-tests-common.yml b/.github/workflows/ui-tests-common.yml index 3517dbea71..a89939b7fc 100644 --- a/.github/workflows/ui-tests-common.yml +++ b/.github/workflows/ui-tests-common.yml @@ -137,7 +137,7 @@ jobs: fi - name: Publish Test Report - uses: mikepenz/action-junit-report@e08919a3b1fb83a78393dfb775a9c37f17d8eea6 # v6.0.1 + uses: mikepenz/action-junit-report@a294a61c909bd8a4b563024a2faa28897fd53ebc # v6.1.0 if: always() with: report_paths: build/reports/*junit.xml diff --git a/.github/workflows/unit-test-common.yml b/.github/workflows/unit-test-common.yml index 359a832c86..9d05ab84dc 100644 --- a/.github/workflows/unit-test-common.yml +++ b/.github/workflows/unit-test-common.yml @@ -158,7 +158,7 @@ jobs: --result-bundle results.xcresult - name: Publish Test Report - uses: mikepenz/action-junit-report@e08919a3b1fb83a78393dfb775a9c37f17d8eea6 # v6.0.1 + uses: mikepenz/action-junit-report@a294a61c909bd8a4b563024a2faa28897fd53ebc # v6.1.0 if: always() with: report_paths: "build/reports/junit.xml"