We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 860c805 commit e0c62a6Copy full SHA for e0c62a6
.github/workflows/codeql.yml
@@ -29,13 +29,12 @@ jobs:
29
contents: read
30
actions: read # for github/codeql-action/init to get workflow details
31
security-events: write # for github/codeql-action/analyze to upload SARIF results
32
- runs-on: ubuntu-latest
+ runs-on: otel-linux-latest-8-cores
33
34
steps:
35
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
36
37
- - name: Free disk space
38
- run: .github/scripts/gha-free-disk-space.sh
+ # don't need to free disk space (which takes time) since running on larger machine
39
40
- name: Set up JDK for running Gradle
41
uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7.0
0 commit comments