From 96b79692d845515b8bd52cfba9c917bece9a7f8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 31 May 2026 23:08:04 +0000 Subject: [PATCH] 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/build.yml | 2 +- .github/workflows/check-pr.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 65854972d..127821668 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -36,7 +36,7 @@ jobs: ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ vars.OSSRH_USERNAME }} ORG_GRADLE_PROJECT_mavenCentralPassword: ${{ secrets.OSSRH_TOKEN }} - name: Publish test report - uses: mikepenz/action-junit-report@bccf2e31636835cf0874589931c4116687171386 # v6.4.0 + uses: mikepenz/action-junit-report@3a81627bfac62268172037048872e8ebd4207e6d # v6.4.1 if: success() || failure() # always run even if the previous step fails with: report_paths: "**/build/test-results/test/TEST-*.xml" diff --git a/.github/workflows/check-pr.yaml b/.github/workflows/check-pr.yaml index 13766018b..c9819a1a3 100644 --- a/.github/workflows/check-pr.yaml +++ b/.github/workflows/check-pr.yaml @@ -53,7 +53,7 @@ jobs: SONAR_TOKEN: ${{ secrets.SONAR_QUBE_022026 }} run: ./gradlew sonar -Dsonar.token=$SONAR_TOKEN - name: Publish test report - uses: mikepenz/action-junit-report@bccf2e31636835cf0874589931c4116687171386 # v6.4.0 + uses: mikepenz/action-junit-report@3a81627bfac62268172037048872e8ebd4207e6d # v6.4.1 if: (success() || failure()) && matrix.os == 'ubuntu-latest' with: report_paths: "**/build/test-results/test/TEST-*.xml"