Compare commits

...

4 Commits

Author SHA1 Message Date
Gandalf the Greybeard 2ae570bb25 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
2026-06-17 04:35:37 +00:00
Gandalf the Greybeard c559437a37 fix(ci): replace ubuntu-latest with runners-privilegedescalation (PRI-1825)
CI / ci (push) Has been cancelled
2026-06-17 04:35:37 +00:00
Gandalf the Greybeard 3a575e5848 fix(ci): replace ubuntu-latest with runners-privilegedescalation (PRI-1825)
CI / ci (push) Has been cancelled
2026-06-17 04:35:36 +00:00
Null Pointer Nancy 55c16281de Merge pull request 'fix(CI): inline dual-approval-check, install curl/jq (PRI-1636)' (#22) from gandalf/pri-1636-inline-dual-approval into main
CI / ci (push) Failing after 1m20s
Merge PR #22: Inline dual-approval workflow (PRI-1636)
2026-05-20 13:53:44 +00:00
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ permissions:
jobs:
ci:
runs-on: ubuntu-latest
runs-on: runners-privilegedescalation
timeout-minutes: 10
container: node:22-slim
+1 -1
View File
@@ -14,7 +14,7 @@ on:
jobs:
promotion-gate:
name: Promotion Gate
runs-on: ubuntu-latest
runs-on: runners-privilegedescalation
container: ubuntu:latest
timeout-minutes: 5
+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