Skip to content

Commit 0db5b77

Browse files
committed
Fix #14360 (CI: Update Cppcheck Premium license)
1 parent b66f900 commit 0db5b77

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cppcheck-premium.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ jobs:
4545
- name: Generate a license file
4646
run: |
4747
echo cppcheck > cppcheck.lic
48-
echo 251231 >> cppcheck.lic
48+
echo 261231 >> cppcheck.lic
4949
echo 80000 >> cppcheck.lic
50-
echo 4f8dc8e7c8bb288f >> cppcheck.lic
50+
echo 4b64673f03fb6230 >> cppcheck.lic
5151
echo path:lib >> cppcheck.lic
5252
5353
- name: Check

0 commit comments

Comments
 (0)