From a095a37d449634d309cbcbc862a06906c54e604c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 03:10:08 +0000 Subject: [PATCH] build(deps): bump mikepenz/action-junit-report from 6.4.1 to 6.4.2 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/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ffac5930..60b7eb62 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -182,7 +182,7 @@ jobs: run: pnpm test - name: Publish test report - uses: mikepenz/action-junit-report@3a81627bfac62268172037048872e8ebd4207e6d # v6.4.1 + uses: mikepenz/action-junit-report@d9f48fc87bc235f7e214acf696ca5abc0a986f16 # v6.4.2 if: success() || failure() # always run even if the previous step fails with: report_paths: 'report.xml'