This is an automated email from the ASF dual-hosted git repository.
morningman pushed a commit to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-3.0 by this push:
new 1e29424c6aa branch-3.0 fix clang format error (#40611)
1e29424c6aa is described below
commit 1e29424c6aa55c06d3d10f2c5b5b1b57f98af967
Author: Vallish Pai <[email protected]>
AuthorDate: Tue Sep 10 13:59:35 2024 +0530
branch-3.0 fix clang format error (#40611)
## Proposed changes
bp https://github.com/apache/doris/pull/40581
---
.github/workflows/clang-format.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/clang-format.yml
b/.github/workflows/clang-format.yml
index ef39fa6c45f..498153e5076 100644
--- a/.github/workflows/clang-format.yml
+++ b/.github/workflows/clang-format.yml
@@ -64,7 +64,7 @@ jobs:
git clone https://github.com/DoozyX/clang-format-lint-action
.github/actions/clang-format-lint-action
pushd .github/actions/clang-format-lint-action &>/dev/null
- git checkout 6adbe14579e5b8e19eb3e31e5ff2479f3bd302c7
+ git checkout c71d0bf4e21876ebec3e5647491186f8797fde31 # v0.18.2
popd &>/dev/null
- name: "Format it!"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]