Skip to content

Commit

Permalink
[gh-actions] Update clang tidy review action. (#1808) (#1826)
Browse files Browse the repository at this point in the history
Co-authored-by: KerstinKeller <[email protected]>
  • Loading branch information
eclipse-ecal-bot and KerstinKeller authored Nov 29, 2024
1 parent 709e06c commit 90cf650
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-comments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: ZedThree/clang-tidy-review/post@v0.14.0
- uses: ZedThree/clang-tidy-review/post@v0.20.1
# lgtm_comment_body, max_comments, and annotations need to be set on the posting workflow in a split setup
with:
# adjust options as necessary
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 @@ -26,7 +26,7 @@ jobs:
fetch-depth: 0

- name: Run clang-tidy
uses: ZedThree/clang-tidy-review@v0.14.0
uses: ZedThree/clang-tidy-review@v0.20.1
id: review
with:
build_dir: _build
Expand Down Expand Up @@ -75,4 +75,4 @@ jobs:
-DCMAKE_INSTALL_LIBDIR=lib/x86_64-linux-gnu
cmake --build _build
- uses: ZedThree/clang-tidy-review/upload@v0.14.0
- uses: ZedThree/clang-tidy-review/upload@v0.20.1

0 comments on commit 90cf650

Please sign in to comment.