Skip to content

Commit ffbdb7a

Browse files
committed
try
1 parent 2a5c6aa commit ffbdb7a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/codeql.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,12 @@ jobs:
2929
contents: read
3030
actions: read # for github/codeql-action/init to get workflow details
3131
security-events: write # for github/codeql-action/analyze to upload SARIF results
32-
runs-on: otel-linux-latest-4-cores
32+
runs-on: otel-linux-latest-8-cores
3333

3434
steps:
3535
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3636

37-
- name: Free disk space
38-
run: .github/scripts/gha-free-disk-space.sh
37+
# don't need to free disk space (which takes time) since running on larger machine
3938

4039
- name: Set up JDK for running Gradle
4140
uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7.0

0 commit comments

Comments
 (0)