uros-b commented on code in PR #56776:
URL: https://github.com/apache/spark/pull/56776#discussion_r3475071881
##########
.github/workflows/build_and_test.yml:
##########
@@ -453,7 +453,7 @@ jobs:
**/target/surefire-reports/*.xml
- name: Test Summary
if: always()
- uses: test-summary/action@31493c76ec9e7aa675f1585d3ed6f1da69269a86 # v2
+ uses: test-summary/action@14d976eb4e1453d4890c48d781cf44b1cf67bbad # v2.6
Review Comment:
Is this upgrade is complete? `test-summary/action` is used in five jobs in
build_and_test.yml, all on the old v2 pin. The PR only updates the one in the
build job. The other four are untouched:
- pyspark | still 31493c76 # v2
- sparkr | still 31493c76 # v2
- tpcds-1g | still 31493c76 # v2
- docker-integration-tests | still 31493c76 # v2
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]