We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 388d2a4 commit 4f44b62Copy full SHA for 4f44b62
.github/workflows/pr-code-lint.yml
@@ -47,10 +47,13 @@ jobs:
47
echo "Changed files:"
48
echo "$CHANGED_FILES"
49
50
+ # The clang tidy version should always be upgraded to the first version
51
+ # of a release cycle (x.1.0) or the last version of a release cycle, or
52
+ # if there have been relevant clang-format backports.
53
- name: Install clang-tidy
54
uses: aminya/setup-cpp@17c11551771948abc5752bbf3183482567c7caf0 # v1.1.1
55
with:
- clang-tidy: 20.1.8
56
+ clang-tidy: 21.1.0
57
58
- name: Setup Python env
59
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
0 commit comments