From 8edd39de305834f3748e2258ea0af66d217ca93f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 03:37:34 +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.4.1 to 6.4.2. - [Release notes](https://github.com/mikepenz/action-junit-report/releases) - [Commits](https://github.com/mikepenz/action-junit-report/compare/3a81627bfac62268172037048872e8ebd4207e6d...d9f48fc87bc235f7e214acf696ca5abc0a986f16) --- updated-dependencies: - dependency-name: mikepenz/action-junit-report dependency-version: 6.4.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 1a73d9d..7ef90b9 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -73,7 +73,7 @@ jobs: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - name: publish test report - uses: mikepenz/action-junit-report@3a81627bfac62268172037048872e8ebd4207e6d + uses: mikepenz/action-junit-report@d9f48fc87bc235f7e214acf696ca5abc0a986f16 if: ${{ !cancelled() }} with: report_paths: 'reports/junit/*.xml'