From 59ee59a71f92ba6d79024a2889f0231a667cdd20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Oct 2025 07:15:43 +0000 Subject: [PATCH 1/2] chore(deps): bump cpp-linter/cpp-linter-action from 2.15.0 to 2.16.6 Bumps [cpp-linter/cpp-linter-action](https://github.com/cpp-linter/cpp-linter-action) from 2.15.0 to 2.16.6. - [Release notes](https://github.com/cpp-linter/cpp-linter-action/releases) - [Commits](https://github.com/cpp-linter/cpp-linter-action/compare/f91c446a32ae3eb9f98fef8c9ed4c7cb613a4f8a...a645cdb1ded4f83d2a4af4b0e7929546bb040bea) --- updated-dependencies: - dependency-name: cpp-linter/cpp-linter-action dependency-version: 2.16.6 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/cpp-linter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cpp-linter.yml b/.github/workflows/cpp-linter.yml index ac17ce090..0dd8c18d9 100644 --- a/.github/workflows/cpp-linter.yml +++ b/.github/workflows/cpp-linter.yml @@ -40,7 +40,7 @@ jobs: mkdir build && cd build cmake .. -G Ninja -DCMAKE_EXPORT_COMPILE_COMMANDS=ON cmake --build . - - uses: cpp-linter/cpp-linter-action@f91c446a32ae3eb9f98fef8c9ed4c7cb613a4f8a + - uses: cpp-linter/cpp-linter-action@a645cdb1ded4f83d2a4af4b0e7929546bb040bea id: linter continue-on-error: true env: From ac7977cbd29aba66e6d06338cf7bb07affeda74b Mon Sep 17 00:00:00 2001 From: Gang Wu Date: Sat, 8 Nov 2025 11:21:36 +0800 Subject: [PATCH 2/2] Update .github/workflows/cpp-linter.yml --- .github/workflows/cpp-linter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cpp-linter.yml b/.github/workflows/cpp-linter.yml index 0dd8c18d9..6e4115e4b 100644 --- a/.github/workflows/cpp-linter.yml +++ b/.github/workflows/cpp-linter.yml @@ -40,7 +40,7 @@ jobs: mkdir build && cd build cmake .. -G Ninja -DCMAKE_EXPORT_COMPILE_COMMANDS=ON cmake --build . - - uses: cpp-linter/cpp-linter-action@a645cdb1ded4f83d2a4af4b0e7929546bb040bea + - uses: cpp-linter/cpp-linter-action@0f6d1b8d7e38b584cbee606eb23d850c217d54f8 id: linter continue-on-error: true env: