From 48f1b178f6cdd1b9f781d37ebb7064675e5d17a5 Mon Sep 17 00:00:00 2001 From: Naveen25697 <130178826+Naveen25697@users.noreply.github.com> Date: Tue, 15 Oct 2024 11:27:02 -0400 Subject: [PATCH] Update codeql.yml --- .github/workflows/codeql.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 4732cded3..793e08761 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -10,7 +10,7 @@ jobs: analyze: name: Analyze (${{ matrix.language }}) runs-on: - group: ncats-onprem-internal-runners + group: ncats-onprem-internal-runners-test timeout-minutes: ${{ (matrix.language == 'swift' && 120) || 360 }} permissions: # required for all workflows @@ -63,4 +63,4 @@ jobs: uses: actions/upload-artifact@v4 with: name: reports - path: ./*.pdf \ No newline at end of file + path: ./*.pdf