[PR #6874] [MERGED] ci: cppcheck: upgrade ubuntu-22.04 to ubuntu-24.04 #6211

Closed
opened 2026-05-05 10:52:47 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/6874
Author: @kmk3
Created: 8/20/2025
Status: Merged
Merged: 8/20/2025
Merged by: @netblue30

Base: masterHead: ci-cppcheck-ubuntu2404


📝 Commits (1)

  • ebb3687 ci: cppcheck: upgrade ubuntu-22.04 to ubuntu-24.04

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 .github/workflows/check-c.yml (+1 -1)

📄 Description

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

Relates to #6868 #6869.

[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 issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netblue30/firejail/pull/6874 **Author:** [@kmk3](https://github.com/kmk3) **Created:** 8/20/2025 **Status:** ✅ Merged **Merged:** 8/20/2025 **Merged by:** [@netblue30](https://github.com/netblue30) **Base:** `master` ← **Head:** `ci-cppcheck-ubuntu2404` --- ### 📝 Commits (1) - [`ebb3687`](https://github.com/netblue30/firejail/commit/ebb368780d9667da9733d6e13feefaaddb52d1db) ci: cppcheck: upgrade ubuntu-22.04 to ubuntu-24.04 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/check-c.yml` (+1 -1) </details> ### 📄 Description 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 Relates to #6868 #6869. [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 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 10:52:47 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/firejail#6211
No description provided.