From 282af9c50a315306a9c1bf907837391fbddc0bb0 Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Mon, 27 Apr 2026 11:56:48 -0700 Subject: [PATCH] fix(ci): run CodeQL on small Blacksmith runners (#72988) --- .github/workflows/codeql.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 5e17e66e168..8796203f683 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -38,11 +38,11 @@ jobs: matrix: include: - language: javascript-typescript - runs_on: ubuntu-24.04 + runs_on: blacksmith-8vcpu-ubuntu-2404 timeout_minutes: 25 config_file: ./.github/codeql/codeql-javascript-typescript-critical-security.yml - language: actions - runs_on: ubuntu-24.04 + runs_on: blacksmith-8vcpu-ubuntu-2404 timeout_minutes: 10 config_file: ./.github/codeql/codeql-actions-critical-security.yml steps: @@ -65,7 +65,7 @@ jobs: critical-quality: name: Critical Quality (javascript-typescript) if: ${{ github.event_name != 'workflow_dispatch' || inputs.profile == 'all' || inputs.profile == 'quality' }} - runs-on: ubuntu-24.04 + runs-on: blacksmith-8vcpu-ubuntu-2404 timeout-minutes: 25 steps: - name: Checkout