From a5f56d8df0d6a45e698b7194d9462c6887f95799 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Jul 2023 17:30:13 +0200 Subject: [PATCH] chore(deps): update mikepenz/action-junit-report action to v3.7.8 (#594) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/actions/graalvm-post-build/action.yml | 2 +- .github/actions/gradle-post-build/action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/graalvm-post-build/action.yml b/.github/actions/graalvm-post-build/action.yml index 5fbfd2278..139b8a106 100644 --- a/.github/actions/graalvm-post-build/action.yml +++ b/.github/actions/graalvm-post-build/action.yml @@ -16,7 +16,7 @@ runs: [ -f ./teardown.sh ] && ./teardown.sh || true - name: Publish Test Report if: always() - uses: mikepenz/action-junit-report@v3.7.7 + uses: mikepenz/action-junit-report@v3.7.8 with: check_name: GraalVM CE CI / Test Report (Java ${{ inputs.java }}) report_paths: '**/build/test-results/test/TEST-*.xml' diff --git a/.github/actions/gradle-post-build/action.yml b/.github/actions/gradle-post-build/action.yml index 9fdbabb86..b4f6f82c2 100644 --- a/.github/actions/gradle-post-build/action.yml +++ b/.github/actions/gradle-post-build/action.yml @@ -19,7 +19,7 @@ runs: [ -f ./teardown.sh ] && ./teardown.sh || true - name: Publish Test Report if: always() - uses: mikepenz/action-junit-report@v3.7.7 + uses: mikepenz/action-junit-report@v3.7.8 with: check_name: Java CI / Test Report (${{ inputs.java }}) report_paths: '**/build/test-results/test/TEST-*.xml'