Skip to content

Commit 4ceee76

Browse files
authored
[CI] Patch clang-tidy review GitHub Actions (#324)
1 parent fc05d0a commit 4ceee76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/static-analysis-pr.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: hendrikmuhs/[email protected]
1818
with:
1919
key: ${{ runner.os }}-clang
20-
- uses: ZedThree/[email protected]
20+
- uses: aobolensk/[email protected]-patch-clang-tidy-19
2121
id: review
2222
with:
2323
build_dir: build
@@ -52,7 +52,7 @@ jobs:
5252
uses: hendrikmuhs/[email protected]
5353
with:
5454
key: ${{ runner.os }}-gcc
55-
- uses: ZedThree/[email protected]
55+
- uses: aobolensk/[email protected]-patch-clang-tidy-19
5656
id: review
5757
with:
5858
build_dir: build

0 commit comments

Comments
 (0)