Skip to content

Commit

Permalink
gh-actions: clang-tidy review gh action updated 0.12.2 -> 0.14.0 (#1279)
Browse files Browse the repository at this point in the history
  • Loading branch information
rex-schilasky authored Dec 7, 2023
1 parent 6e77c5b commit 210d236
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.12.2
- uses: ZedThree/clang-tidy-review/post@v0.14.0
# 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
6 changes: 3 additions & 3 deletions .github/workflows/clang-tidy-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: 'true'
fetch-depth: 0

- name: Run clang-tidy
uses: ZedThree/clang-tidy-review@v0.12.2
uses: ZedThree/clang-tidy-review@v0.14.0
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.12.2
- uses: ZedThree/clang-tidy-review/upload@v0.14.0

0 comments on commit 210d236

Please sign in to comment.