From 654c3ee0ad77ef6670c7ab74780a483c88beef60 Mon Sep 17 00:00:00 2001 From: Pouyan Ahmadi <70242801+pahmadi8740@users.noreply.github.com> Date: Tue, 18 Jun 2024 13:30:58 -0400 Subject: [PATCH] Update codeql.yml with the runner group --- .github/workflows/codeql.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 8e98869..5729256 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -27,7 +27,8 @@ jobs: # - https://gh.io/supported-runners-and-hardware-resources # - https://gh.io/using-larger-runners (GitHub.com only) # Consider using larger runners or machines with greater resources for possible analysis time improvements. - runs-on: ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-latest' }} + runs-on: + group: ncats-awsci-runners timeout-minutes: ${{ (matrix.language == 'swift' && 120) || 360 }} permissions: # required for all workflows