From 87c703032b0599feab9220ec6145876ff8934631 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Dec 2025 23:06:17 +0000 Subject: [PATCH] chore(deps): Bump cpp-linter/cpp-linter-action from 2.16.6 to 2.16.7 Bumps [cpp-linter/cpp-linter-action](https://github.com/cpp-linter/cpp-linter-action) from 2.16.6 to 2.16.7. - [Release notes](https://github.com/cpp-linter/cpp-linter-action/releases) - [Commits](https://github.com/cpp-linter/cpp-linter-action/compare/a645cdb1ded4f83d2a4af4b0e7929546bb040bea...b6edc0625e3941baa1797f4b4326adeab6890c97) --- updated-dependencies: - dependency-name: cpp-linter/cpp-linter-action dependency-version: 2.16.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/clang-format.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/clang-format.yml b/.github/workflows/clang-format.yml index 747e032f8d670..f5d2108612c48 100644 --- a/.github/workflows/clang-format.yml +++ b/.github/workflows/clang-format.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-22.04 steps: - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - - uses: cpp-linter/cpp-linter-action@a645cdb1ded4f83d2a4af4b0e7929546bb040bea # v2.16.6 + - uses: cpp-linter/cpp-linter-action@b6edc0625e3941baa1797f4b4326adeab6890c97 # v2.16.7 id: linter env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}