mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 16:44:01 +02:00
Now we can use ruby analysis with large runner
This commit is contained in:
parent
04d42650d9
commit
9f1afefaa8
1 changed files with 1 additions and 6 deletions
7
.github/workflows/codeql-analysis.yml
vendored
7
.github/workflows/codeql-analysis.yml
vendored
|
@ -56,10 +56,9 @@ jobs:
|
||||||
include:
|
include:
|
||||||
- language: cpp
|
- language: cpp
|
||||||
os: ubuntu-latest
|
os: ubuntu-latest
|
||||||
ram: 8192
|
# ruby analysis used large memory. We need to use a larger runner.
|
||||||
- language: ruby
|
- language: ruby
|
||||||
os: macos-arm-oss
|
os: macos-arm-oss
|
||||||
ram: 13312
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
|
@ -93,10 +92,6 @@ jobs:
|
||||||
category: '/language:${{ matrix.language }}'
|
category: '/language:${{ matrix.language }}'
|
||||||
upload: False
|
upload: False
|
||||||
output: sarif-results
|
output: sarif-results
|
||||||
ram: ${{ matrix.ram }}
|
|
||||||
# CodeQL randomly hits `OutOfMemoryError "Java heap space"`.
|
|
||||||
# GitHub recommends running a larger runner to fix it, but we don't pay for it.
|
|
||||||
continue-on-error: true
|
|
||||||
|
|
||||||
- name: filter-sarif
|
- name: filter-sarif
|
||||||
uses: advanced-security/filter-sarif@f3b8118a9349d88f7b1c0c488476411145b6270d # v1.0.1
|
uses: advanced-security/filter-sarif@f3b8118a9349d88f7b1c0c488476411145b6270d # v1.0.1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue