From 4d488d61fc98bde84e55d32bdebcc56bcb05cb6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 19:14:11 +0000 Subject: [PATCH 1/2] chore(deps): bump cpp-linter/cpp-linter-action from 2.19.0 to 2.20.0 Bumps [cpp-linter/cpp-linter-action](https://github.com/cpp-linter/cpp-linter-action) from 2.19.0 to 2.20.0. - [Release notes](https://github.com/cpp-linter/cpp-linter-action/releases) - [Commits](https://github.com/cpp-linter/cpp-linter-action/compare/4f2a4033eda6119c3bf1a4d30857a4c61c11c247...8e85cd02c8c3fe3ae527c94b5683fe2366b144ed) --- updated-dependencies: - dependency-name: cpp-linter/cpp-linter-action dependency-version: 2.20.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 27f188638..f0ea56025 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@4f2a4033eda6119c3bf1a4d30857a4c61c11c247 + - uses: cpp-linter/cpp-linter-action@8e85cd02c8c3fe3ae527c94b5683fe2366b144ed id: linter env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} From 6472118ea2398e382c4780603720384731a61d3c Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 22:37:10 +0000 Subject: [PATCH 2/2] ci: update cpp-linter-action version comment to v2.20.0 Co-Authored-By: rlamb@launchdarkly.com <4955475+kinyoklion@users.noreply.github.com> --- .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 f0ea56025..591bf2033 100644 --- a/.github/workflows/cpp-linter.yml +++ b/.github/workflows/cpp-linter.yml @@ -27,7 +27,7 @@ jobs: env: 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 + # https://github.com/cpp-linter/cpp-linter-action/releases/tag/v2.20.0 - uses: cpp-linter/cpp-linter-action@8e85cd02c8c3fe3ae527c94b5683fe2366b144ed id: linter env: