Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c1a4ff8

Browse files
authoredFeb 10, 2025··
Merge branch 'master' into an/increase-coverage
2 parents 0e8d171 + 4ceee76 commit c1a4ff8

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/ccache-action@v1.2
1818
with:
1919
key: ${{ runner.os }}-clang
20-
- uses: ZedThree/clang-tidy-review@v0.20.1
20+
- uses: aobolensk/clang-tidy-review@v0.20.1-patch-clang-tidy-19
2121
id: review
2222
with:
2323
build_dir: build
@@ -52,7 +52,7 @@ jobs:
5252
uses: hendrikmuhs/ccache-action@v1.2
5353
with:
5454
key: ${{ runner.os }}-gcc
55-
- uses: ZedThree/clang-tidy-review@v0.20.1
55+
- uses: aobolensk/clang-tidy-review@v0.20.1-patch-clang-tidy-19
5656
id: review
5757
with:
5858
build_dir: build

0 commit comments

Comments
 (0)
Please sign in to comment.