From 828f7f3291cb58c2f055576dec53cb5ccf2ea9e0 Mon Sep 17 00:00:00 2001 From: Matt Hess Date: Wed, 21 Jan 2026 02:37:51 +0000 Subject: [PATCH] Pin cppcheck to stable release 2.19.0 --- .github/workflows/cppcheck.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cppcheck.yml b/.github/workflows/cppcheck.yml index d98e4c7..3d8af87 100644 --- a/.github/workflows/cppcheck.yml +++ b/.github/workflows/cppcheck.yml @@ -27,7 +27,7 @@ jobs: - name: Checkout cppcheck run: | - git clone https://github.com/danmar/cppcheck cppcheck-main + git clone --branch 2.19.0 --depth 1 https://github.com/danmar/cppcheck cppcheck-main - name: Build cppcheck run: | @@ -73,7 +73,7 @@ jobs: - name: Checkout cppcheck run: | - git clone https://github.com/danmar/cppcheck cppcheck-main + git clone --branch 2.19.0 --depth 1 https://github.com/danmar/cppcheck cppcheck-main - name: Build cppcheck run: |