Faster CodeQL (#13217)
This commit is contained in:
parent
860c805b47
commit
e0c62a698b
|
@ -29,13 +29,12 @@ jobs:
|
||||||
contents: read
|
contents: read
|
||||||
actions: read # for github/codeql-action/init to get workflow details
|
actions: read # for github/codeql-action/init to get workflow details
|
||||||
security-events: write # for github/codeql-action/analyze to upload SARIF results
|
security-events: write # for github/codeql-action/analyze to upload SARIF results
|
||||||
runs-on: ubuntu-latest
|
runs-on: otel-linux-latest-8-cores
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
||||||
|
|
||||||
- name: Free disk space
|
# don't need to free disk space (which takes time) since running on larger machine
|
||||||
run: .github/scripts/gha-free-disk-space.sh
|
|
||||||
|
|
||||||
- name: Set up JDK for running Gradle
|
- name: Set up JDK for running Gradle
|
||||||
uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7.0
|
uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7.0
|
||||||
|
|
Loading…
Reference in New Issue