From 30c9c890b95306e8f07b6743c7232935ffab5ac1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 May 2026 20:50:27 +0000 Subject: [PATCH] chore(deps): Bump mikepenz/action-junit-report from 6.4.0 to 6.4.1 Bumps [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report) from 6.4.0 to 6.4.1. - [Release notes](https://github.com/mikepenz/action-junit-report/releases) - [Commits](https://github.com/mikepenz/action-junit-report/compare/bccf2e31636835cf0874589931c4116687171386...3a81627bfac62268172037048872e8ebd4207e6d) --- updated-dependencies: - dependency-name: mikepenz/action-junit-report dependency-version: 6.4.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/test-reporting.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-reporting.yml b/.github/workflows/test-reporting.yml index 0757263..8c5ba78 100644 --- a/.github/workflows/test-reporting.yml +++ b/.github/workflows/test-reporting.yml @@ -65,7 +65,7 @@ jobs: fail-emoji: ':red_circle:' - name: Publish JUnit test report (PR comment with collapsed failures) - uses: mikepenz/action-junit-report@bccf2e31636835cf0874589931c4116687171386 # v6.4.0 + uses: mikepenz/action-junit-report@3a81627bfac62268172037048872e8ebd4207e6d # v6.4.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: