From 37346e80239b5f7b0ee1f6989885d21658e12c4f Mon Sep 17 00:00:00 2001 From: "msclock-bot[bot]" <163820484+msclock-bot[bot]@users.noreply.github.com> Date: Thu, 3 Apr 2025 03:44:22 +0000 Subject: [PATCH] chore(deps): update dependency cppcheck to v1.5.0 --- .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 76e8d4f..4e15200 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -517,7 +517,7 @@ jobs: - name: Install latest cppcheck run: | - pip install cppcheck==1.4.7 + pip install cppcheck==1.5.0 - name: Configure CMake run: >