fix(ci): run CodeQL on small Blacksmith runners (#72988) · openclaw/openclaw@282af9c
vincentkoc
·
2026-04-28
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -38,11 +38,11 @@ jobs:
|
38 | 38 | matrix: |
39 | 39 | include: |
40 | 40 | - language: javascript-typescript |
41 | | -runs_on: ubuntu-24.04 |
| 41 | +runs_on: blacksmith-8vcpu-ubuntu-2404 |
42 | 42 | timeout_minutes: 25 |
43 | 43 | config_file: ./.github/codeql/codeql-javascript-typescript-critical-security.yml |
44 | 44 | - language: actions |
45 | | -runs_on: ubuntu-24.04 |
| 45 | +runs_on: blacksmith-8vcpu-ubuntu-2404 |
46 | 46 | timeout_minutes: 10 |
47 | 47 | config_file: ./.github/codeql/codeql-actions-critical-security.yml |
48 | 48 | steps: |
@@ -65,7 +65,7 @@ jobs:
|
65 | 65 | critical-quality: |
66 | 66 | name: Critical Quality (javascript-typescript) |
67 | 67 | if: ${{ github.event_name != 'workflow_dispatch' || inputs.profile == 'all' || inputs.profile == 'quality' }} |
68 | | -runs-on: ubuntu-24.04 |
| 68 | +runs-on: blacksmith-8vcpu-ubuntu-2404 |
69 | 69 | timeout-minutes: 25 |
70 | 70 | steps: |
71 | 71 | - name: Checkout |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。