fix(ci): replace ubuntu-latest with runners-privilegedescalation (PRI-1825)
CI / ci (push) Has been cancelled
CI / ci (pull_request) Has been cancelled
Promotion Gate / Promotion Gate (pull_request) Has been cancelled

This commit is contained in:
2026-06-17 04:35:37 +00:00
parent c559437a37
commit 2ae570bb25
+1 -1
View File
@@ -5,7 +5,7 @@ on:
workflow_dispatch:
jobs:
renovate:
runs-on: ubuntu-latest
runs-on: runners-privilegedescalation
steps:
- uses: actions/checkout@v4
- uses: renovatebot/github-action@v40.3.0