From 0ebfc2c48aba11e72a2ee2900f7b28cadbeeef77 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 22:11:27 +0000 Subject: [PATCH] chore(deps): roll back doozyx/clang-format-lint-action action to v0.18 --- .github/workflows/__call-common-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/__call-common-lint.yml b/.github/workflows/__call-common-lint.yml index 3100ac2e..ea933c1b 100644 --- a/.github/workflows/__call-common-lint.yml +++ b/.github/workflows/__call-common-lint.yml @@ -196,7 +196,7 @@ jobs: - name: C++ - Clang format (diff) id: clang_format_diff if: always() && steps.cpp_files.outputs.found_files - uses: DoozyX/clang-format-lint-action@bcb4eb2cb0d707ee4f3e5cc3b456eb075f12cf73 # v0.20 + uses: DoozyX/clang-format-lint-action@c71d0bf4e21876ebec3e5647491186f8797fde31 # v0.18 with: source: ${{ steps.cpp_files.outputs.found_files }} clangFormatVersion: '${{ env.CLANG_FORMAT_VERSION }}'