From 9b78a9362d7f021b8b83c7a60362ce9869d48c4a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 9 Nov 2024 03:59:37 +0000 Subject: [PATCH] chore: Update mikepenz/action-junit-report action to v5 (#240) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [mikepenz/action-junit-report](https://redirect.github.com/mikepenz/action-junit-report) | action | major | `v4` -> `v5` | --- ### Release Notes
mikepenz/action-junit-report (mikepenz/action-junit-report) ### [`v5`](https://redirect.github.com/mikepenz/action-junit-report/releases/tag/v5) [Compare Source](https://redirect.github.com/mikepenz/action-junit-report/compare/v4...v5) - no changes
--- ### Configuration 📅 **Schedule**: Branch creation - "before 9am on Saturday every 1 month" in timezone Europe/Berlin, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/monosoul/jooq-gradle-plugin). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build-on-pr.yml | 4 ++-- .github/workflows/build-on-push-to-main.yml | 4 ++-- .github/workflows/publish-on-release.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-on-pr.yml b/.github/workflows/build-on-pr.yml index 3d9d431..66c27fa 100644 --- a/.github/workflows/build-on-pr.yml +++ b/.github/workflows/build-on-pr.yml @@ -32,7 +32,7 @@ jobs: --stacktrace publishToMavenLocal - name: Publish Test Report - uses: mikepenz/action-junit-report@v4 + uses: mikepenz/action-junit-report@v5 if: always() # always run even if the previous step fails with: check_name: JUnit Test Report @@ -64,7 +64,7 @@ jobs: --stacktrace :artifact-tests:check - name: Publish Test Report - uses: mikepenz/action-junit-report@v4 + uses: mikepenz/action-junit-report@v5 if: always() # always run even if the previous step fails with: check_name: JUnit Artifact Test Report diff --git a/.github/workflows/build-on-push-to-main.yml b/.github/workflows/build-on-push-to-main.yml index 6293436..e2da83e 100644 --- a/.github/workflows/build-on-push-to-main.yml +++ b/.github/workflows/build-on-push-to-main.yml @@ -32,7 +32,7 @@ jobs: --stacktrace publishToMavenLocal - name: Publish Test Report - uses: mikepenz/action-junit-report@v4 + uses: mikepenz/action-junit-report@v5 if: always() # always run even if the previous step fails with: check_name: JUnit Test Report @@ -64,7 +64,7 @@ jobs: --stacktrace :artifact-tests:check - name: Publish Test Report - uses: mikepenz/action-junit-report@v4 + uses: mikepenz/action-junit-report@v5 if: always() # always run even if the previous step fails with: check_name: JUnit Artifact Test Report diff --git a/.github/workflows/publish-on-release.yml b/.github/workflows/publish-on-release.yml index 6b06bde..c23167c 100644 --- a/.github/workflows/publish-on-release.yml +++ b/.github/workflows/publish-on-release.yml @@ -24,7 +24,7 @@ jobs: --stacktrace check -x :artifact-tests:test - name: Publish Test Report - uses: mikepenz/action-junit-report@v4 + uses: mikepenz/action-junit-report@v5 if: always() # always run even if the previous step fails with: check_name: JUnit Test Report @@ -51,7 +51,7 @@ jobs: --stacktrace :artifact-tests:check - name: Publish Test Report - uses: mikepenz/action-junit-report@v4 + uses: mikepenz/action-junit-report@v5 if: always() # always run even if the previous step fails with: check_name: JUnit Artifact Test Report