From 93a7e3e189beba97f6e687c45a6a9e013736ffc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 03:38: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.3.0 to 6.4.0. - [Release notes](https://github.com/mikepenz/action-junit-report/releases) - [Commits](https://github.com/mikepenz/action-junit-report/compare/5e05ac00ad0604dfb7e313ae412aa3284f4906d6...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/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 d543b9e..a9ba209 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@5e05ac00ad0604dfb7e313ae412aa3284f4906d6 + uses: mikepenz/action-junit-report@bccf2e31636835cf0874589931c4116687171386 if: ${{ !cancelled() }} with: report_paths: 'reports/junit/*.xml'