From efe15d36781dd5960598e2da7e57fc7b2626fd6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 19:01:57 +0000 Subject: [PATCH] chore(deps): Bump cpp-linter/cpp-linter-action Bumps [cpp-linter/cpp-linter-action](https://github.com/cpp-linter/cpp-linter-action) from cfd08bb3bd5d5611bbbf63cfbfec2643b2da9fea to b6edc0625e3941baa1797f4b4326adeab6890c97. - [Release notes](https://github.com/cpp-linter/cpp-linter-action/releases) - [Commits](https://github.com/cpp-linter/cpp-linter-action/compare/cfd08bb3bd5d5611bbbf63cfbfec2643b2da9fea...b6edc0625e3941baa1797f4b4326adeab6890c97) --- updated-dependencies: - dependency-name: cpp-linter/cpp-linter-action dependency-version: b6edc0625e3941baa1797f4b4326adeab6890c97 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/linter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index b147406..eba49a5 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - - uses: cpp-linter/cpp-linter-action@cfd08bb3bd5d5611bbbf63cfbfec2643b2da9fea + - uses: cpp-linter/cpp-linter-action@b6edc0625e3941baa1797f4b4326adeab6890c97 id: linter continue-on-error: true env: