This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/master by this push:
new 32415cf643d2 [SPARK-47122][INFRA] Pin `buf-setup-action` to `v1.29.0`
32415cf643d2 is described below
commit 32415cf643d22dc6b110ea9451dd3045251f4486
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Wed Feb 21 13:18:19 2024 -0800
[SPARK-47122][INFRA] Pin `buf-setup-action` to `v1.29.0`
### What changes were proposed in this pull request?
This PR aims to pin `bug-setup-action` to `v1.29.0`.
### Why are the changes needed?
To recover the broken CIs due to the latest `v1.29.0-1` issue.
- https://github.com/apache/spark/actions/runs/7995430821/job/21835769202

### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Pass the CIs on this PR. It passed already.
-
https://github.com/dongjoon-hyun/spark/actions/runs/7995539640/job/21836175997


### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #45205 from dongjoon-hyun/buf-setup-action-2.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
.github/workflows/build_and_test.yml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/build_and_test.yml
b/.github/workflows/build_and_test.yml
index eda86d1066fb..f4ca04c03cfd 100644
--- a/.github/workflows/build_and_test.yml
+++ b/.github/workflows/build_and_test.yml
@@ -574,8 +574,9 @@ jobs:
git -c user.name='Apache Spark Test Account' -c
user.email='[email protected]' merge --no-commit --progress --squash
FETCH_HEAD
git -c user.name='Apache Spark Test Account' -c
user.email='[email protected]' commit -m "Merged commit" --allow-empty
- name: Install Buf
- uses: bufbuild/buf-setup-action@v1
+ uses: bufbuild/[email protected]
with:
+ version: 1.29.0
github_token: ${{ secrets.GITHUB_TOKEN }}
- name: Protocol Buffers Linter
uses: bufbuild/buf-lint-action@v1
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]