From b349f61e3bda2a9e4fdf87d36d3e28fa1c614eb8 Mon Sep 17 00:00:00 2001 From: Vehicle Researcher Date: Mon, 3 Nov 2025 14:06:55 +0000 Subject: [PATCH] [bot] Update cppcheck to 2.18.0 --- tests/misra/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/misra/install.sh b/tests/misra/install.sh index 9c8fd385c81..7794fd48b9c 100755 --- a/tests/misra/install.sh +++ b/tests/misra/install.sh @@ -10,7 +10,7 @@ fi cd $CPPCHECK_DIR -VERS="2.16.0" +VERS="2.18.0" git fetch --all --tags --force git checkout $VERS