Skip to content

Commit 5afa4a7

Browse files
authored
Update clang tidy workflow actions (#66)
1 parent bb7bfea commit 5afa4a7

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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.13.2
24+
uses: ZedThree/clang-tidy-review/post@v0.18.0
2525
with:
2626
max_comments: 10
2727

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Checkout PR branch
19-
uses: actions/checkout@v3
19+
uses: actions/checkout@v4
2020

2121
- name: Install LLVM and Clang
22-
uses: KyleMayes/install-llvm-action@v1
22+
uses: KyleMayes/install-llvm-action@v2
2323
with:
24-
version: "12.0.0"
24+
version: "18.1.3"
2525

2626
- name: Run clang-tidy
27-
uses: ZedThree/clang-tidy-review@v0.13.2
27+
uses: ZedThree/clang-tidy-review@v0.18.0
2828
id: review
2929
with:
3030
build_dir: build
@@ -43,4 +43,4 @@ jobs:
4343
cmake . -B build -DCMAKE_EXPORT_COMPILE_COMMANDS=On
4444
4545
- name: Upload artifacts
46-
uses: ZedThree/clang-tidy-review/upload@v0.13.1
46+
uses: ZedThree/clang-tidy-review/upload@v0.18.0

0 commit comments

Comments
 (0)