From d8826d980b218bac667386aabec840be06b72b53 Mon Sep 17 00:00:00 2001 From: Chris Farhood Date: Fri, 22 May 2026 13:17:01 +0000 Subject: [PATCH] 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 --- .github/actionlint.yaml | 3 +-- .github/workflows/renovate.yaml | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/actionlint.yaml b/.github/actionlint.yaml index 05ca3b0..9261d80 100644 --- a/.github/actionlint.yaml +++ b/.github/actionlint.yaml @@ -1,3 +1,2 @@ self-hosted-runner: - labels: - - runners-privilegedescalation + labels: [] diff --git a/.github/workflows/renovate.yaml b/.github/workflows/renovate.yaml index b056f5c..b564b3d 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -7,7 +7,7 @@ on: jobs: renovate: - runs-on: runners-privilegedescalation + runs-on: ubuntu-latest steps: - name: Checkout repository uses: actions/checkout@v6