fix(CI): replace runners-privilegedescalation with ubuntu-latest
Detect PR Pipeline Type / test-detection-logic (pull_request) Failing after 1s
Detect PR Pipeline Type / detect-pipeline (pull_request) Failing after 2s
PR Validation / validate (pull_request) Failing after 1s

Updates all workflow files and actionlint config to use ubuntu-latest
instead of the deprecated runners-privilegedescalation self-hosted runner.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
2026-05-20 14:51:46 +00:00
committed by Gandalf the Greybeard [agent]
parent bc728a753a
commit f4e8472cb3
6 changed files with 10 additions and 11 deletions
+2 -2
View File
@@ -11,7 +11,7 @@ permissions:
jobs:
test-detection-logic:
runs-on: runners-privilegedescalation
runs-on: ubuntu-latest
timeout-minutes: 2
steps:
- name: Checkout
@@ -21,7 +21,7 @@ jobs:
run: bash scripts/test-detect-pipeline.sh
detect-pipeline:
runs-on: runners-privilegedescalation
runs-on: ubuntu-latest
timeout-minutes: 5
outputs:
pipeline-type: ${{ steps.detect.outputs.pipeline-type }}