Switch CI to self-hosted runners

Updated all GitHub Actions workflows to use self-hosted runners instead of `ubuntu-latest`. This change ensures better control over the CI environment and aligns with internal infrastructure requirements.
This commit is contained in:
Jeppe Bundgaard
2026-06-02 10:36:22 +02:00
parent c23168afc5
commit 20071166f8
3 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -9,8 +9,8 @@ on:
jobs:
qodana:
# Use GitHub-hosted runners for PR scans so untrusted code never runs on persistent internal infrastructure.
runs-on: ubuntu-latest
# CI runs on the repository's self-hosted runner pool.
runs-on: [self-hosted, Linux, X64, default]
permissions:
contents: read
pull-requests: read