From 511f753241a6ce5ffdc1dd524b956cc5a58cd2b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 15:26:57 +0000 Subject: [PATCH] chore(deps): bump cpp-linter/cpp-linter-action from 2.4.2 to 2.18.0 Bumps [cpp-linter/cpp-linter-action](https://github.com/cpp-linter/cpp-linter-action) from 2.4.2 to 2.18.0. - [Release notes](https://github.com/cpp-linter/cpp-linter-action/releases) - [Commits](https://github.com/cpp-linter/cpp-linter-action/compare/e84192cfd882b66bc5b84d5d6f80fe7802161f34...77c390c5ba9c947ebc185a3e49cc754f1558abb5) --- updated-dependencies: - dependency-name: cpp-linter/cpp-linter-action dependency-version: 2.18.0 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 08e452174..b76ff2b89 100644 --- a/.github/workflows/cpp-linter.yml +++ b/.github/workflows/cpp-linter.yml @@ -28,7 +28,7 @@ jobs: BOOST_ROOT: ${{ steps.install-boost.outputs.BOOST_ROOT }} run: cmake -S . -B /home/runner/build -DCMAKE_EXPORT_COMPILE_COMMANDS=ON # https://github.com/cpp-linter/cpp-linter-action/releases/tag/v2.4.2 - - uses: cpp-linter/cpp-linter-action@e84192cfd882b66bc5b84d5d6f80fe7802161f34 + - uses: cpp-linter/cpp-linter-action@77c390c5ba9c947ebc185a3e49cc754f1558abb5 id: linter env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}