From c541ac24a6a5b566ec2c97d9186d263c3f0ad890 Mon Sep 17 00:00:00 2001 From: Vehicle Researcher Date: Mon, 5 Jan 2026 14:04:44 +0000 Subject: [PATCH] [bot] Update cppcheck to 2.19.1 --- 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..c787033e317 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.19.1" git fetch --all --tags --force git checkout $VERS