From 4fac86200f9f14828129754c38d7db2b6dffe706 Mon Sep 17 00:00:00 2001 From: "msclock-bot[bot]" <163820484+msclock-bot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 02:14:01 +0000 Subject: [PATCH] chore(deps): update dependency cppcheck to v1.4.6 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f2b56e0..e65bd5f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -533,7 +533,7 @@ jobs: - name: Install latest cppcheck run: | - pip install cppcheck==1.4.4 + pip install cppcheck==1.4.6 - name: Configure CMake run: >