Ignore the failures of CodeQL
It randomly fails like this: https://github.com/ruby/ruby/actions/runs/6510372995/job/17683918027 and we don't want to pay for and use a larger runner for the job that only generates false positives most of the time.
This commit is contained in:
parent
62dfaeec2c
commit
92bdc3757f
3
.github/workflows/codeql-analysis.yml
vendored
3
.github/workflows/codeql-analysis.yml
vendored
@ -79,6 +79,9 @@ jobs:
|
||||
upload: False
|
||||
output: sarif-results
|
||||
ram: 8192
|
||||
# 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
|
||||
uses: advanced-security/filter-sarif@f3b8118a9349d88f7b1c0c488476411145b6270d # v1.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user