From e0c62a698be6a61aefaa9575ae154b8f687bd242 Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Wed, 5 Feb 2025 05:42:41 -0800 Subject: [PATCH] Faster CodeQL (#13217) --- .github/workflows/codeql.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 79b1de1221..b1cee9eddc 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -29,13 +29,12 @@ jobs: contents: read actions: read # for github/codeql-action/init to get workflow details security-events: write # for github/codeql-action/analyze to upload SARIF results - runs-on: ubuntu-latest + runs-on: otel-linux-latest-8-cores steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - - name: Free disk space - run: .github/scripts/gha-free-disk-space.sh + # don't need to free disk space (which takes time) since running on larger machine - name: Set up JDK for running Gradle uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7.0