Skip to content

Commit

Permalink
[ci] Bump clang-tidy trying ot fix it
Browse files Browse the repository at this point in the history
  • Loading branch information
vgvassilev committed Dec 8, 2024
1 parent b6ad4ea commit 6d3782c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/clang-tidy-review-post.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
- name: Post review comments
id: post-review
uses: ZedThree/clang-tidy-review/post@v0.18.0
uses: ZedThree/clang-tidy-review/post@v0.20.1
with:
max_comments: 10

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/clang-tidy-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
git config --global --add safe.directory /github/workspace
- name: Run clang-tidy
uses: ZedThree/clang-tidy-review@v0.18.0
uses: ZedThree/clang-tidy-review@v0.20.1
id: review
with:
build_dir: build
Expand All @@ -47,4 +47,4 @@ jobs:
-DCMAKE_EXPORT_COMPILE_COMMANDS=On
- name: Upload artifacts
uses: ZedThree/clang-tidy-review/upload@v0.18.0
uses: ZedThree/clang-tidy-review/upload@v0.20.1

0 comments on commit 6d3782c

Please sign in to comment.