Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
timeout-minutes: 10
env:
# renovate: datasource=github-tags depName=cppcheck-opensource/cppcheck versioning=loose
CPPCHECK_VER: "2.21.1"
CPPCHECK_VER: "2.22.0"
steps:
- name: Checkout repo
# renovate: datasource=github-tags depName=actions/checkout versioning=loose
Expand Down
2 changes: 1 addition & 1 deletion scripts/build_cppcheck.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# default values
# renovate: datasource=github-tags depName=cppcheck-opensource/cppcheck versioning=loose
CPPCHECK_VER=2.21.1
CPPCHECK_VER=2.22.0
CMAKE_BUILD_DIR=build
CMAKE_OPTS=() # example for CLI: -o "-DCMAKE_INSTALL_PREFIX=~/.local/ -DFILESDIR=~/.local/share/Cppcheck"

Expand Down
Loading