fix(actionlint): restore runners-privilegedescalation custom label (PRI-1736)
Detect PR Pipeline Type / test-detection-logic (pull_request) Successful in 2s
Detect PR Pipeline Type / detect-pipeline (pull_request) Successful in 2s
PR Validation / validate (pull_request) Successful in 2s

runners-privilegedescalation runners are decommissioned. Revert the
actionlint config back to empty labels and migrate renovate.yaml to
ubuntu-latest so actionlint passes and the workflow can still run.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
2026-05-22 13:17:01 +00:00
committed by Countess von Containerheim [agent]
parent 6572db1ed0
commit d8826d980b
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ on:
jobs:
renovate:
runs-on: runners-privilegedescalation
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v6