From 7ccb132b05de21e35222f9fb7f6011f67be732f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 21:08:41 +0000 Subject: [PATCH] build(deps): bump mikepenz/action-junit-report from 6.4.2 to 6.5.0 Bumps [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report) from 6.4.2 to 6.5.0. - [Release notes](https://github.com/mikepenz/action-junit-report/releases) - [Commits](https://github.com/mikepenz/action-junit-report/compare/d9f48fc87bc235f7e214acf696ca5abc0a986f16...a9170d5795813c01ab4901ffb045b52bab4ab09d) --- updated-dependencies: - dependency-name: mikepenz/action-junit-report dependency-version: 6.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/npm_release.yml | 2 +- .github/workflows/pull_request.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/npm_release.yml b/.github/workflows/npm_release.yml index 1b2f13a16..c8963dbae 100644 --- a/.github/workflows/npm_release.yml +++ b/.github/workflows/npm_release.yml @@ -212,7 +212,7 @@ jobs: path: test-app/dist/android_unit_test_results.xml - name: Test report summary if: ${{ !cancelled() }} - uses: mikepenz/action-junit-report@d9f48fc87bc235f7e214acf696ca5abc0a986f16 # v6.4.2 + uses: mikepenz/action-junit-report@a9170d5795813c01ab4901ffb045b52bab4ab09d # v6.5.0 with: report_paths: test-app/dist/android_unit_test_results.xml annotate_only: true diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index b9d73a4a9..9f18c7999 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -186,7 +186,7 @@ jobs: if: ${{ !cancelled() }} # annotate_only keeps this usable from fork PRs: it reports via workflow # commands and the step summary, so no checks:write token is needed - uses: mikepenz/action-junit-report@d9f48fc87bc235f7e214acf696ca5abc0a986f16 # v6.4.2 + uses: mikepenz/action-junit-report@a9170d5795813c01ab4901ffb045b52bab4ab09d # v6.5.0 with: report_paths: test-app/dist/android_unit_test_results.xml annotate_only: true