Skip to content

Commit 948d39f

Browse files
Update .github/workflows/clang-tidy-review.yml
1 parent 5a5c764 commit 948d39f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ jobs:
1010
- uses: actions/checkout@v4
1111

1212
# Optionally generate compile_commands.json
13-
- uses: ZedThree/clang-tidy-review@v0.14.0
13+
- uses: ZedThree/clang-tidy-review@v0.21.0
1414
id: review
1515
with:
1616
cmake_command: cmake -S . -B build -DCMAKE_EXPORT_COMPILE_COMMANDS=ON
1717
build_dir: build
1818

1919
# Uploads an artefact containing clang_fixes.json
20-
- uses: ZedThree/clang-tidy-review/upload@v0.14.0
20+
- uses: ZedThree/clang-tidy-review/upload@v0.21.0
2121
id: upload-review
2222

2323
# If there are any comments, fail the check

0 commit comments

Comments
 (0)