Skip to content

Commit 9b54959

Browse files
authored
Update clang-tidy-review action to v0.20.1 (#188)
* Update clang-tidy-review action to v0.20.1 * Fix clang format now new clang tidy review workflow is known to work
1 parent a52ab3b commit 9b54959

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/clang-tidy-review-post.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
- name: Post review comments
2323
id: post-review
24-
uses: ZedThree/clang-tidy-review/post@v0.18.0
24+
uses: ZedThree/clang-tidy-review/post@v0.20.1
2525
with:
2626
max_comments: 10
2727

.github/workflows/clang-tidy-review.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
version: "17.0.6"
3131

3232
- name: Run clang-tidy
33-
uses: ZedThree/clang-tidy-review@v0.18.0
33+
uses: ZedThree/clang-tidy-review@v0.20.1
3434
id: review
3535
with:
3636
build_dir: build
@@ -53,4 +53,4 @@ jobs:
5353
cmake . -B build -DCMAKE_C_COMPILER="$GITHUB_WORKSPACE/llvm/bin/clang" -DCMAKE_CXX_COMPILER="$GITHUB_WORKSPACE/llvm/bin/clang++" -DCMAKE_EXPORT_COMPILE_COMMANDS=On
5454
5555
- name: Upload artifacts
56-
uses: ZedThree/clang-tidy-review/upload@v0.18.0
56+
uses: ZedThree/clang-tidy-review/upload@v0.20.1

0 commit comments

Comments
 (0)