summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2023-10-13 09:39:02 -0700
committerTakashi Kokubun <takashikkbn@gmail.com>2023-10-13 09:40:44 -0700
commit92bdc3757f078138fe34a87c9db1b497fc00f68f (patch)
tree685fe1096b69ce5c89accaf71e3995c210f26dd9 /.github
parent62dfaeec2c3f6be255f48419307e69bfcfb3d849 (diff)
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.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/codeql-analysis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 66f95f2ef5..62fc35c1ed 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -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