Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2ae570bb25 | |||
| c559437a37 | |||
| 3a575e5848 |
@@ -12,7 +12,7 @@ permissions:
|
||||
|
||||
jobs:
|
||||
ci:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: runners-privilegedescalation
|
||||
timeout-minutes: 10
|
||||
container: node:22-slim
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user