We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09469ad commit 2914e47Copy full SHA for 2914e47
.github/workflows/static-analysis-pr.yml
@@ -17,7 +17,7 @@ jobs:
17
uses: hendrikmuhs/ccache-action@v1.2
18
with:
19
key: ${{ runner.os }}-clang
20
- - uses: aobolensk/clang-tidy-review@v0.20.1-patch-clang-tidy-19
+ - uses: ZedThree/clang-tidy-review@v0.21.0
21
id: review
22
23
build_dir: build
@@ -55,7 +55,7 @@ jobs:
55
56
57
key: ${{ runner.os }}-gcc
58
59
60
61
0 commit comments