This is an automated email from the ASF dual-hosted git repository.
sarutak pushed a commit to branch branch-4.x
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/branch-4.x by this push:
new 4da206cef255 Revert "[SPARK-57694][INFRA] Upgrade test-summary/action
to `v2.6`"
4da206cef255 is described below
commit 4da206cef255e3aef226f9e28daa6026eaee1911
Author: Kousuke Saruta <[email protected]>
AuthorDate: Sat Jun 27 18:50:32 2026 +0900
Revert "[SPARK-57694][INFRA] Upgrade test-summary/action to `v2.6`"
### What changes were proposed in this pull request?
This reverts commit cd43a1f673f06bcab7bce871529a1af7568e0aea.
### Why are the changes needed?
Revert the commit for wrong target branch.
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
GA.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #56830 from sarutak/revert-SPARK-57694.
Authored-by: Kousuke Saruta <[email protected]>
Signed-off-by: Kousuke Saruta <[email protected]>
---
.github/workflows/build_and_test.yml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/.github/workflows/build_and_test.yml
b/.github/workflows/build_and_test.yml
index ddeacd1ac85f..33a552c0adc4 100644
--- a/.github/workflows/build_and_test.yml
+++ b/.github/workflows/build_and_test.yml
@@ -453,7 +453,7 @@ jobs:
**/target/surefire-reports/*.xml
- name: Test Summary
if: always()
- uses: test-summary/action@37b508cfee6d4d080eedd00b5bb240a6a784a6a5 # v2.6
+ uses: test-summary/action@31493c76ec9e7aa675f1585d3ed6f1da69269a86 # v2
with:
paths: |
**/target/test-reports/*.xml
@@ -868,7 +868,7 @@ jobs:
**/target/surefire-reports/*.xml
- name: Test Summary
if: always()
- uses: test-summary/action@37b508cfee6d4d080eedd00b5bb240a6a784a6a5 # v2.6
+ uses: test-summary/action@31493c76ec9e7aa675f1585d3ed6f1da69269a86 # v2
with:
paths: |
**/target/test-reports/*.xml
@@ -977,7 +977,7 @@ jobs:
**/target/surefire-reports/*.xml
- name: Test Summary
if: always()
- uses: test-summary/action@37b508cfee6d4d080eedd00b5bb240a6a784a6a5 # v2.6
+ uses: test-summary/action@31493c76ec9e7aa675f1585d3ed6f1da69269a86 # v2
with:
paths: |
**/target/test-reports/*.xml
@@ -1569,7 +1569,7 @@ jobs:
**/target/surefire-reports/*.xml
- name: Test Summary
if: always()
- uses: test-summary/action@37b508cfee6d4d080eedd00b5bb240a6a784a6a5 # v2.6
+ uses: test-summary/action@31493c76ec9e7aa675f1585d3ed6f1da69269a86 # v2
with:
paths: |
**/target/test-reports/*.xml
@@ -1663,7 +1663,7 @@ jobs:
**/target/surefire-reports/*.xml
- name: Test Summary
if: always()
- uses: test-summary/action@37b508cfee6d4d080eedd00b5bb240a6a784a6a5 # v2.6
+ uses: test-summary/action@31493c76ec9e7aa675f1585d3ed6f1da69269a86 # v2
with:
paths: |
**/target/test-reports/*.xml
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]