Skip to content

Commit 0ebfc2c

Browse files
chore(deps): roll back doozyx/clang-format-lint-action action to v0.18
1 parent 6ab4e6d commit 0ebfc2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/__call-common-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ jobs:
196196
- name: C++ - Clang format (diff)
197197
id: clang_format_diff
198198
if: always() && steps.cpp_files.outputs.found_files
199-
uses: DoozyX/clang-format-lint-action@bcb4eb2cb0d707ee4f3e5cc3b456eb075f12cf73 # v0.20
199+
uses: DoozyX/clang-format-lint-action@c71d0bf4e21876ebec3e5647491186f8797fde31 # v0.18
200200
with:
201201
source: ${{ steps.cpp_files.outputs.found_files }}
202202
clangFormatVersion: '${{ env.CLANG_FORMAT_VERSION }}'

0 commit comments

Comments
 (0)