diff --git a/.github/workflows/nightly-builds.yml b/.github/workflows/nightly-builds.yml index 6a0d260b5de..7a333f7413e 100644 --- a/.github/workflows/nightly-builds.yml +++ b/.github/workflows/nightly-builds.yml @@ -62,7 +62,7 @@ jobs: if: ${{ failure() }} # https://github.com/ScaCap/action-surefire-report/releases/ # v1.0.13 - uses: scacap/action-surefire-report@482f012643ed0560e23ef605a79e8e87ca081648 + uses: scacap/action-surefire-report@5609ce4db72c09db044803b344a8968fd1f315da with: report_paths: '**/target/test-reports/TEST-*.xml' fail_if_no_tests: false @@ -140,7 +140,7 @@ jobs: if: ${{ failure() }} # https://github.com/ScaCap/action-surefire-report/releases/ # v1.0.13 - uses: scacap/action-surefire-report@482f012643ed0560e23ef605a79e8e87ca081648 + uses: scacap/action-surefire-report@5609ce4db72c09db044803b344a8968fd1f315da with: report_paths: '**/target/test-reports/TEST-*.xml' fail_if_no_tests: false diff --git a/.github/workflows/timing-tests.yml b/.github/workflows/timing-tests.yml index d237d6d0ba2..b70269323ef 100644 --- a/.github/workflows/timing-tests.yml +++ b/.github/workflows/timing-tests.yml @@ -61,7 +61,7 @@ jobs: if: ${{ failure() }} # https://github.com/ScaCap/action-surefire-report/releases/ # v1.0.13 - uses: scacap/action-surefire-report@482f012643ed0560e23ef605a79e8e87ca081648 + uses: scacap/action-surefire-report@5609ce4db72c09db044803b344a8968fd1f315da with: report_paths: '**/target/test-reports/TEST-*.xml' fail_if_no_tests: false