From e63b6ca8d6bcfd70b4adbd899d465a92b754cd68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 04:35:54 +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 93abf45c..8b4c2635 100644 --- a/.github/workflows/npm_release.yml +++ b/.github/workflows/npm_release.yml @@ -184,7 +184,7 @@ jobs: fi - 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: dist-test/test-out/*junit*.xml annotate_only: true diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index bafac4b7..41999f7d 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -108,7 +108,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: dist-test/test-out/*junit*.xml annotate_only: true