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:
Takashi Kokubun 2023-10-13 09:39:02 -07:00
parent 62dfaeec2c
commit 92bdc3757f

View File

@ -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