Skip to content

Commit ac17599

Browse files
committed
use release tag
1 parent 0b9da6d commit ac17599

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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: aobolensk/clang-tidy-action@5455ffb02832ca62e2d56935a99d93ea01e1ac60
88+
uses: aobolensk/clang-tidy-action@v1
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: aobolensk/clang-tidy-action@5455ffb02832ca62e2d56935a99d93ea01e1ac60
139+
uses: aobolensk/clang-tidy-action@v1
140140
id: review
141141
with:
142142
exclude: "3rdparty build docs_venv .git .pytest_cache .ruff_cache xml"

0 commit comments

Comments
 (0)