[GitHub] Bump clang-tidy version to 21th in CI (#160551)
This commit is contained in:
parent
7c2e0dbdde
commit
7813da34e8
5
.github/workflows/pr-code-lint.yml
vendored
5
.github/workflows/pr-code-lint.yml
vendored
@ -47,10 +47,13 @@ jobs:
|
||||
echo "Changed files:"
|
||||
echo "$CHANGED_FILES"
|
||||
|
||||
# The clang tidy version should always be upgraded to the first version
|
||||
# of a release cycle (x.1.0) or the last version of a release cycle, or
|
||||
# if there have been relevant clang-format backports.
|
||||
- name: Install clang-tidy
|
||||
uses: aminya/setup-cpp@17c11551771948abc5752bbf3183482567c7caf0 # v1.1.1
|
||||
with:
|
||||
clang-tidy: 20.1.8
|
||||
clang-tidy: 21.1.0
|
||||
|
||||
- name: Setup Python env
|
||||
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user