Skip to content

Commit b7c5505

Browse files
authored
CI: Update Cppcheck Premium version and license (#5814)
1 parent 681b15f commit b7c5505

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/cppcheck-premium.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)