mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
ci: cppcheck: upgrade ubuntu-22.04 to ubuntu-24.04
Relevant software changes: * cppcheck 2.7 -> 2.13 This is a follow-up to #6873. See also [1] and [2]. Fixes CI breakage in #6856[3]: $ cppcheck --version Cppcheck 2.7 $ make cppcheck cppcheck -q -j '4' --force --error-exitcode=1 --enable=warning,performance \ --max-ctu-depth=40 \ -i src/firejail/checkcfg.c \ -i src/firejail/main.c \ -i src/lib/syscall.c \ . src/firemon/procevent.c:306:6: error: syntax error [syntaxError] debug_prctl("event fork\n"); ^ make: *** [Makefile:379: cppcheck] Error 1 [1] https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2204-Readme.md [2] https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2404-Readme.md [3] https://github.com/netblue30/firejail/actions/runs/17047583642/job/48327251189
This commit is contained in:
parent
77aff18525
commit
ebb368780d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/check-c.yml
vendored
2
.github/workflows/check-c.yml
vendored
|
|
@ -75,7 +75,7 @@ jobs:
|
|||
run: make -j "$(nproc)" scan-build
|
||||
|
||||
cppcheck:
|
||||
runs-on: ubuntu-22.04
|
||||
runs-on: ubuntu-24.04
|
||||
timeout-minutes: 10
|
||||
steps:
|
||||
- name: Harden Runner
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue