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