From 4f70251983a75ceb37ca92ae0e3615821ee51333 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 22:06:40 +0000 Subject: [PATCH] chore(deps): Bump mikepenz/action-junit-report from 5 to 6 Bumps [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report) from 5 to 6. - [Release notes](https://github.com/mikepenz/action-junit-report/releases) - [Commits](https://github.com/mikepenz/action-junit-report/compare/v5...v6) --- updated-dependencies: - dependency-name: mikepenz/action-junit-report dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/springwolf-core.yml | 2 +- .github/workflows/springwolf-plugins.yml | 2 +- .github/workflows/springwolf-ui.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/springwolf-core.yml b/.github/workflows/springwolf-core.yml index a9bc8ab91..94a0ebeb7 100644 --- a/.github/workflows/springwolf-core.yml +++ b/.github/workflows/springwolf-core.yml @@ -41,7 +41,7 @@ jobs: run: ./gradlew -p springwolf-core build - name: Publish Test Report - uses: mikepenz/action-junit-report@v5 + uses: mikepenz/action-junit-report@v6 if: success() || failure() with: check_name: test-core diff --git a/.github/workflows/springwolf-plugins.yml b/.github/workflows/springwolf-plugins.yml index e6a054a4e..31b91d09b 100644 --- a/.github/workflows/springwolf-plugins.yml +++ b/.github/workflows/springwolf-plugins.yml @@ -62,7 +62,7 @@ jobs: run: ./gradlew -p ${{ env.example }} build - name: Publish Test Report - uses: mikepenz/action-junit-report@v5 + uses: mikepenz/action-junit-report@v6 if: success() || failure() with: check_name: test-plugin-${{ matrix.plugin }}-junit diff --git a/.github/workflows/springwolf-ui.yml b/.github/workflows/springwolf-ui.yml index 0e3a190ac..dace6926c 100644 --- a/.github/workflows/springwolf-ui.yml +++ b/.github/workflows/springwolf-ui.yml @@ -43,7 +43,7 @@ jobs: - name: Test run: ./gradlew -p ${{ env.project }} npm_run_test - name: Publish Test Report - uses: mikepenz/action-junit-report@v5 + uses: mikepenz/action-junit-report@v6 if: success() || failure() with: check_name: test-ui-jest