We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ab4e6d commit 0ebfc2cCopy full SHA for 0ebfc2c
1 file changed
.github/workflows/__call-common-lint.yml
@@ -196,7 +196,7 @@ jobs:
196
- name: C++ - Clang format (diff)
197
id: clang_format_diff
198
if: always() && steps.cpp_files.outputs.found_files
199
- uses: DoozyX/clang-format-lint-action@bcb4eb2cb0d707ee4f3e5cc3b456eb075f12cf73 # v0.20
+ uses: DoozyX/clang-format-lint-action@c71d0bf4e21876ebec3e5647491186f8797fde31 # v0.18
200
with:
201
source: ${{ steps.cpp_files.outputs.found_files }}
202
clangFormatVersion: '${{ env.CLANG_FORMAT_VERSION }}'
0 commit comments