From c32b4939734eb153aa5d3310cd7e9f5953779b3e Mon Sep 17 00:00:00 2001 From: Giovanni Bussi Date: Thu, 8 Feb 2024 00:36:35 +0100 Subject: [PATCH] updated cppcheck to v2.13.3 --- .github/workflows/codecheckWF.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codecheckWF.yml b/.github/workflows/codecheckWF.yml index cb5dc8ad75..f5cae33076 100644 --- a/.github/workflows/codecheckWF.yml +++ b/.github/workflows/codecheckWF.yml @@ -24,7 +24,7 @@ jobs: echo "$HOME/opt/bin" >> $GITHUB_PATH - name: Install requirements run: | - .ci/install.cppcheck 2.10.3 + .ci/install.cppcheck 2.13.3 # it is important that this is the same version used to generate the actual ./configure .ci/install.autoconf 2.69 - name: Build astyle