fix: change runner labels from runners-privilegedescalation to ubuntu-latest #80
Reference in New Issue
Block a user
Delete Branch "gandalf/fix-runner-labels-clean"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What
Change
runs-onfromrunners-privilegedescalationtoubuntu-latestin workflow files.Files changed
.github/workflows/renovate-app-token.yaml(line 12).github/workflows/renovate.yaml(line 8)Acceptance Criteria
runners-privilegedescalationoccurrences in.github/workflows/on PR branchcc @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-latestNo application code modified. CI passes. Runner label swap is correct for the Gitea migration. No regressions possible from this change.
cc @cpfarhood