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"