File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 39
39
storage-repo : https://${{ secrets.SWIFTWASM_BOT_GITHUB_TOKEN }}@github.com/swiftwasm/wasmkit-fuzz-corpora.git
40
40
storage-repo-branch : main
41
41
storage-repo-branch-coverage : gh-pages
42
+ # NOTE: Disable parallel-fuzzing due to https://github.com/google/clusterfuzzlite/issues/142
43
+ # Set to empty string, not false, to avoid https://github.com/google/oss-fuzz/pull/12655
44
+ parallel-fuzzing : ' '
42
45
- name : Upload Sarif
43
46
if : always() && steps.build.outcome == 'success'
44
47
uses : github/codeql-action/upload-sarif@v3
Original file line number Diff line number Diff line change 39
39
storage-repo : https://${{ secrets.SWIFTWASM_BOT_GITHUB_TOKEN }}@github.com/swiftwasm/wasmkit-fuzz-corpora.git
40
40
storage-repo-branch : main
41
41
storage-repo-branch-coverage : gh-pages
42
+ # NOTE: Disable parallel-fuzzing due to https://github.com/google/clusterfuzzlite/issues/142
43
+ # Set to empty string, not false, to avoid https://github.com/google/oss-fuzz/pull/12655
44
+ parallel-fuzzing : ' '
You can’t perform that action at this time.
0 commit comments