File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -32,21 +32,21 @@ jobs:
3232 run : |
3333 premium_version=${{ inputs.premium_version }}
3434 if [ -z $premium_version ]; then
35- premium_version=24.9.0.1
35+ premium_version=24.11.0
3636 #wget https://files.cppchecksolutions.com/devdrop/cppcheckpremium-$premium_version-amd64.tar.gz -O cppcheckpremium.tar.gz
3737 wget https://files.cppchecksolutions.com/$premium_version/ubuntu-24.04/cppcheckpremium-$premium_version-amd64.tar.gz -O cppcheckpremium.tar.gz
3838 else
3939 wget https://files.cppchecksolutions.com/$premium_version/ubuntu-24.04/cppcheckpremium-$premium_version-amd64.tar.gz -O cppcheckpremium.tar.gz
4040 fi
41- tar xvzf cppcheckpremium.tar.gz
41+ tar xzf cppcheckpremium.tar.gz
4242 mv cppcheckpremium-$premium_version cppcheckpremium
4343
4444 - name : Generate a license file
4545 run : |
4646 echo cppcheck > cppcheck.lic
47- echo 241231 >> cppcheck.lic
47+ echo 251231 >> cppcheck.lic
4848 echo 80000 >> cppcheck.lic
49- echo 53b72a908d7aeeee >> cppcheck.lic
49+ echo 4f8dc8e7c8bb288f >> cppcheck.lic
5050 echo path:lib >> cppcheck.lic
5151
5252 - name : Check
You can’t perform that action at this time.
0 commit comments