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