Skip to content

Comments

ci: update CodeQL workflow runner to ubuntu-24.04, fixes #9386#9387

Open
mr-raj12 wants to merge 1 commit intoborgbackup:masterfrom
mr-raj12:ci-codeql-ubuntu-24
Open

ci: update CodeQL workflow runner to ubuntu-24.04, fixes #9386#9387
mr-raj12 wants to merge 1 commit intoborgbackup:masterfrom
mr-raj12:ci-codeql-ubuntu-24

Conversation

@mr-raj12
Copy link
Contributor

Summary

  • Update runs-on in .github/workflows/codeql-analysis.yml from ubuntu-22.04 to ubuntu-24.04
  • The main CI workflow (ci.yml) already uses ubuntu-24.04 for security, asan_ubsan, and vm_tests jobs — this aligns the CodeQL workflow with the rest of the CI infrastructure

Fixes #9386

Checklist

  • PR is against master
  • Single-topic changeset — one-line runner update
  • Tests pass — the workflow's paths filter includes itself, so CI will self-test the change

@codecov
Copy link

codecov bot commented Feb 20, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 76.43%. Comparing base (cace06f) to head (77a5f43).
⚠️ Report is 3 commits behind head on master.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #9387      +/-   ##
==========================================
- Coverage   76.44%   76.43%   -0.01%     
==========================================
  Files          85       85              
  Lines       14799    14800       +1     
  Branches     2212     2212              
==========================================
  Hits        11313    11313              
- Misses       2808     2809       +1     
  Partials      678      678              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ci: update CodeQL workflow runner from ubuntu-22.04 to ubuntu-24.04

1 participant