fix(actionlint): restore runners-privilegedescalation custom label (PRI-1736)
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:
committed by
Countess von Containerheim [agent]
parent
6572db1ed0
commit
d8826d980b
@@ -1,3 +1,2 @@
|
||||
self-hosted-runner:
|
||||
labels:
|
||||
- runners-privilegedescalation
|
||||
labels: []
|
||||
|
||||
@@ -7,7 +7,7 @@ on:
|
||||
|
||||
jobs:
|
||||
renovate:
|
||||
runs-on: runners-privilegedescalation
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v6
|
||||
|
||||
Reference in New Issue
Block a user