From 075c50afe0b4b2f7be8ad45bfbcef611995c15f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 19:18:14 +0000 Subject: [PATCH] chore(deps): bump cpp-linter/cpp-linter-action from 2.18.0 to 2.19.0 Bumps [cpp-linter/cpp-linter-action](https://github.com/cpp-linter/cpp-linter-action) from 2.18.0 to 2.19.0. - [Release notes](https://github.com/cpp-linter/cpp-linter-action/releases) - [Commits](https://github.com/cpp-linter/cpp-linter-action/compare/77c390c5ba9c947ebc185a3e49cc754f1558abb5...4f2a4033eda6119c3bf1a4d30857a4c61c11c247) --- updated-dependencies: - dependency-name: cpp-linter/cpp-linter-action dependency-version: 2.19.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 176d1ae40..27f188638 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@77c390c5ba9c947ebc185a3e49cc754f1558abb5 + - uses: cpp-linter/cpp-linter-action@4f2a4033eda6119c3bf1a4d30857a4c61c11c247 id: linter env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}