From ab6faec0827e7d67fada5a23eb6d89f79aea04da Mon Sep 17 00:00:00 2001 From: "we-renovate[bot]" <162337394+we-renovate[bot]@users.noreply.github.com> Date: Sun, 17 Nov 2024 00:13:55 +0000 Subject: [PATCH] fix(deps): update mikepenz/action-junit-report action to v5 --- .github/workflows/gradle-library.yml | 2 +- .github/workflows/gradle-service.yml | 2 +- .github/workflows/play-service.yml | 2 +- .github/workflows/sbt-library.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/gradle-library.yml b/.github/workflows/gradle-library.yml index e962951..c7670c2 100644 --- a/.github/workflows/gradle-library.yml +++ b/.github/workflows/gradle-library.yml @@ -247,7 +247,7 @@ jobs: # https://github.com/marketplace/actions/junit-report-action - name: Publish Test Report - uses: mikepenz/action-junit-report@db71d41eb79864e25ab0337e395c352e84523afe # v4.3.1 + uses: mikepenz/action-junit-report@a427a90771729d8f85b6ab0cdaa1a5929cab985d # v5.0.0 if: always() # always run even if the previous step fails with: report_paths: "${{ inputs.multi-module && '**/build/test-results/**/*.xml' || 'build/test-results/**/*.xml' }}" diff --git a/.github/workflows/gradle-service.yml b/.github/workflows/gradle-service.yml index ba5a3bd..72c58ca 100644 --- a/.github/workflows/gradle-service.yml +++ b/.github/workflows/gradle-service.yml @@ -250,7 +250,7 @@ jobs: # https://github.com/marketplace/actions/junit-report-action - name: Publish Test Report - uses: mikepenz/action-junit-report@db71d41eb79864e25ab0337e395c352e84523afe # v4.3.1 + uses: mikepenz/action-junit-report@a427a90771729d8f85b6ab0cdaa1a5929cab985d # v5.0.0 if: always() # always run even if the previous step fails with: report_paths: "${{ inputs.multi-module && '*/build/test-results/**/*.xml' || 'build/test-results/**/*.xml' }}" diff --git a/.github/workflows/play-service.yml b/.github/workflows/play-service.yml index 0d20601..2038a05 100644 --- a/.github/workflows/play-service.yml +++ b/.github/workflows/play-service.yml @@ -111,7 +111,7 @@ jobs: # https://github.com/marketplace/actions/junit-report-action - name: Publish Test Report - uses: mikepenz/action-junit-report@db71d41eb79864e25ab0337e395c352e84523afe # v4.3.1 + uses: mikepenz/action-junit-report@a427a90771729d8f85b6ab0cdaa1a5929cab985d # v5.0.0 if: always() # always run even if the previous step fails with: report_paths: "${{ inputs.junit-test-folder }}/*.xml" diff --git a/.github/workflows/sbt-library.yml b/.github/workflows/sbt-library.yml index 15ceb94..79900b3 100644 --- a/.github/workflows/sbt-library.yml +++ b/.github/workflows/sbt-library.yml @@ -75,7 +75,7 @@ jobs: # https://github.com/marketplace/actions/junit-report-action - name: Publish Test Report - uses: mikepenz/action-junit-report@db71d41eb79864e25ab0337e395c352e84523afe # v4.3.1 + uses: mikepenz/action-junit-report@a427a90771729d8f85b6ab0cdaa1a5929cab985d # v5.0.0 if: always() # always run even if the previous step fails with: report_paths: "${{ inputs.junit-test-folder }}/*.xml"