Skip to content

Commit 0b9da6d

Browse files
committed
[CI] Switch to use separate clang-tidy action
1 parent 545cef7 commit 0b9da6d

2 files changed

Lines changed: 2 additions & 116 deletions

File tree

.github/actions/clang-tidy-native/action.yml

Lines changed: 0 additions & 114 deletions
This file was deleted.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
- name: Show ccache stats
8686
run: ccache --show-stats
8787
- name: Run clang-tidy
88-
uses: ./.github/actions/clang-tidy-native
88+
uses: aobolensk/clang-tidy-action@5455ffb02832ca62e2d56935a99d93ea01e1ac60
8989
id: review
9090
with:
9191
exclude: "3rdparty build"
@@ -136,7 +136,7 @@ jobs:
136136
- name: Show ccache stats
137137
run: ccache --show-stats
138138
- name: Run clang-tidy
139-
uses: ./.github/actions/clang-tidy-native
139+
uses: aobolensk/clang-tidy-action@5455ffb02832ca62e2d56935a99d93ea01e1ac60
140140
id: review
141141
with:
142142
exclude: "3rdparty build docs_venv .git .pytest_cache .ruff_cache xml"

0 commit comments

Comments
 (0)