Skip to content

Commit 9f1afef

Browse files
committed
Now we can use ruby analysis with large runner
1 parent 04d4265 commit 9f1afef

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,9 @@ jobs:
5656
include:
5757
- language: cpp
5858
os: ubuntu-latest
59-
ram: 8192
59+
# ruby analysis used large memory. We need to use a larger runner.
6060
- language: ruby
6161
os: macos-arm-oss
62-
ram: 13312
6362

6463
steps:
6564
- name: Checkout repository
@@ -93,10 +92,6 @@ jobs:
9392
category: '/language:${{ matrix.language }}'
9493
upload: False
9594
output: sarif-results
96-
ram: ${{ matrix.ram }}
97-
# CodeQL randomly hits `OutOfMemoryError "Java heap space"`.
98-
# GitHub recommends running a larger runner to fix it, but we don't pay for it.
99-
continue-on-error: true
10095

10196
- name: filter-sarif
10297
uses: advanced-security/filter-sarif@f3b8118a9349d88f7b1c0c488476411145b6270d # v1.0.1

0 commit comments

Comments
 (0)