Skip to content

Commit d4c5222

Browse files
authored
Fix #14690 (ci: update cppcheck premium version in CI) (#8492)
1 parent 3c377a9 commit d4c5222

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cppcheck-premium.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: |
3434
premium_version=${{ inputs.premium_version }}
3535
if [ -z $premium_version ]; then
36-
premium_version=25.8.3
36+
premium_version=26.3.0
3737
#wget https://files.cppchecksolutions.com/devdrop/cppcheckpremium-$premium_version-amd64.tar.gz -O cppcheckpremium.tar.gz
3838
wget https://files.cppchecksolutions.com/$premium_version/ubuntu-24.04/cppcheckpremium-$premium_version-amd64.tar.gz -O cppcheckpremium.tar.gz
3939
else

0 commit comments

Comments
 (0)