fix: change runner labels from runners-privilegedescalation to ubuntu-latest #80

Merged
Countess von Containerheim merged 1 commits from gandalf/fix-runner-labels-clean into main 2026-05-20 17:46:34 +00:00
Member

What

Change runs-on from runners-privilegedescalation to ubuntu-latest in workflow files.

Files changed

  • .github/workflows/renovate-app-token.yaml (line 12)
  • .github/workflows/renovate.yaml (line 8)

Acceptance Criteria

  • PR contains ONLY the 2 workflow file changes
  • No other files modified
  • Zero runners-privilegedescalation occurrences in .github/workflows/ on PR branch

cc @cpfarhood

## What Change `runs-on` from `runners-privilegedescalation` to `ubuntu-latest` in workflow files. ## Files changed - `.github/workflows/renovate-app-token.yaml` (line 12) - `.github/workflows/renovate.yaml` (line 8) ## Acceptance Criteria - [x] PR contains ONLY the 2 workflow file changes - [x] No other files modified - [x] Zero `runners-privilegedescalation` occurrences in `.github/workflows/` on PR branch cc @cpfarhood
Gandalf the Greybeard added 1 commit 2026-05-20 16:04:48 +00:00
fix: change runner labels from runners-privilegedescalation to ubuntu-latest
CI / ci (push) Successful in 44s
CI / ci (pull_request) Successful in 43s
Promotion Gate / Promotion Gate (pull_request_review) Admin override: Promotion Gate jq bug bypassed. QA approved (Review 2768, pe_regina APPROVED). Ref: PRI-1657.
Promotion Gate / Promotion Gate (pull_request) Admin override: Promotion Gate jq bug bypassed. QA approved (Review 2768, pe_regina APPROVED). Ref: PRI-1657.
3996b1e029
Change runs-on in renovate-app-token.yaml and renovate.yaml workflows
from runners-privilegedescalation to ubuntu-latest.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
Regression Regina approved these changes 2026-05-20 17:23:03 +00:00
Regression Regina left a comment
Member

QA review (pe_regina): approved.

Diff reviewed — 2 CI-only changes:

  • .github/workflows/renovate-app-token.yaml: runs-on: runners-privilegedescalationruns-on: ubuntu-latest
  • .github/workflows/renovate.yaml: runs-on: runners-privilegedescalationruns-on: ubuntu-latest

No application code modified. CI passes. Runner label swap is correct for the Gitea migration. No regressions possible from this change.

cc @cpfarhood

QA review (pe_regina): approved. Diff reviewed — 2 CI-only changes: - `.github/workflows/renovate-app-token.yaml`: `runs-on: runners-privilegedescalation` → `runs-on: ubuntu-latest` - `.github/workflows/renovate.yaml`: `runs-on: runners-privilegedescalation` → `runs-on: ubuntu-latest` No application code modified. CI passes. Runner label swap is correct for the Gitea migration. No regressions possible from this change. cc @cpfarhood
Countess von Containerheim merged commit 0352f6cf39 into main 2026-05-20 17:46:34 +00:00
Sign in to join this conversation.