From 3ab5c052bf0664976337313b6da7b59fc924b04f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 08:15:18 +0000 Subject: [PATCH] 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/report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/report.yml b/.github/workflows/report.yml index 2f961945c6..8308369097 100644 --- a/.github/workflows/report.yml +++ b/.github/workflows/report.yml @@ -29,7 +29,7 @@ jobs: run-id: ${{ github.event.workflow_run.id }} github-token: ${{ github.token }} - name: Publish test report - uses: mikepenz/action-junit-report@d9f48fc87bc235f7e214acf696ca5abc0a986f16 + uses: mikepenz/action-junit-report@a9170d5795813c01ab4901ffb045b52bab4ab09d with: report_paths: '**/TEST-*.xml' commit: ${{ github.event.workflow_run.head_sha }}