From c3dde24c37a76ba9c5a85f8fb67a55f810f7443f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 03:09:49 +0000 Subject: [PATCH] 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/v2.16.6...v2.16.7) --- 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/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ce1932a..c2feeab 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -118,7 +118,7 @@ jobs: - name: Lint if: ${{ matrix.os == 'ubuntu-latest'}} - uses: cpp-linter/cpp-linter-action@v2.16.6 + uses: cpp-linter/cpp-linter-action@v2.16.7 id: linter with: style: 'file'