Pin cppcheck to stable release 2.19.0

This commit is contained in:
Matt Hess
2026-01-21 02:37:51 +00:00
parent 221fc2a080
commit 828f7f3291

View File

@@ -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: |