From 43083ef743dd3bc54c7f1824ce6eb02f29ba86b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 19:22:24 +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 0b93f5833680005fbb233652d0e3d8835b3cc2f3 to 06e25f1ffabd1ff9429b75163afe4f183ee6a64e. - [Release notes](https://github.com/cpp-linter/cpp-linter-action/releases) - [Commits](https://github.com/cpp-linter/cpp-linter-action/compare/0b93f5833680005fbb233652d0e3d8835b3cc2f3...06e25f1ffabd1ff9429b75163afe4f183ee6a64e) --- updated-dependencies: - dependency-name: cpp-linter/cpp-linter-action dependency-version: 06e25f1ffabd1ff9429b75163afe4f183ee6a64e 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 e9b98fa..0fb8fbf 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 - - uses: cpp-linter/cpp-linter-action@0b93f5833680005fbb233652d0e3d8835b3cc2f3 + - uses: cpp-linter/cpp-linter-action@06e25f1ffabd1ff9429b75163afe4f183ee6a64e id: linter continue-on-error: true env: