File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,22 +19,23 @@ jobs:
1919 runs-on : ubuntu-22.04 # run on the latest image only
2020
2121 env :
22- PREMIUM_VERSION : devdrop-20231105
22+ PREMIUM_VERSION : 23.12.0
2323
2424 steps :
2525 - uses : actions/checkout@v3
2626
2727 - name : Download cppcheckpremium
2828 run : |
29- wget https://files.cppchecksolutions.com/cppcheckpremium-${{ env.PREMIUM_VERSION }}-amd64.tar.gz
29+ wget https://files.cppchecksolutions.com/${{ env.PREMIUM_VERSION }}/ubuntu-22.04/cppcheckpremium-${{ env.PREMIUM_VERSION }}-amd64.tar.gz
30+ #wget https://files.cppchecksolutions.com/cppcheckpremium-${{ env.PREMIUM_VERSION }}-amd64.tar.gz
3031 tar xzf cppcheckpremium-${{ env.PREMIUM_VERSION }}-amd64.tar.gz
3132
3233 - name : Generate a license file
3334 run : |
3435 echo cppcheck > cppcheck.lic
35- echo 231231 >> cppcheck.lic
36+ echo 241231 >> cppcheck.lic
3637 echo 80000 >> cppcheck.lic
37- echo 57e08c39523ab54d >> cppcheck.lic
38+ echo 53b72a908d7aeeee >> cppcheck.lic
3839 echo path:lib >> cppcheck.lic
3940
4041 - name : Check
You can’t perform that action at this time.
0 commit comments