Skip to content

Commit 508e899

Browse files
chore(deps): update dependency cppcheck to v1.5.0
1 parent 53f71f6 commit 508e899

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

  • .github/workflows
  • template/[% if repo_platform == 'github' %].github[% endif %]/workflows

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ jobs:
554554

555555
- name: Install latest cppcheck
556556
run: |
557-
pip install cppcheck==1.4.7
557+
pip install cppcheck==1.5.0
558558
559559
- name: Configure CMake
560560
run: >

template/[% if repo_platform == 'github' %].github[% endif %]/workflows/ci.yml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ jobs:
586586

587587
- name: Install latest cppcheck
588588
run: |
589-
pip install cppcheck==1.4.7
589+
pip install cppcheck==1.5.0
590590

591591
- name: Configure CMake
592592
run: >

0 commit comments

Comments
 (0)