From 2e5df6de4f99310d93b1899aab5ba081c9cc2292 Mon Sep 17 00:00:00 2001 From: "mend-app-ghe[bot]" Date: Thu, 25 Sep 2025 20:08:42 +0000 Subject: [PATCH] chore(deps): update scacap/action-surefire-report digest to 5609ce4 --- .github/workflows/nightly-builds.yml | 4 ++-- .github/workflows/timing-tests.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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