File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change 38
38
opam pin add -y dune-compiledb https://github.com/edwintorok/dune-compiledb/releases/download/0.6.0/dune-compiledb-0.6.0.tbz
39
39
40
40
- name : Trim dune cache
41
- run : opam exec -- dune cache trim --size=2GiB
41
+ run : opam exec -- dune cache trim --size=2GiB
42
42
43
43
- name : Generate compile_commands.json
44
44
run : opam exec -- make compile_commands.json
73
73
name : codechecker_sarif
74
74
path : codechecker.sarif
75
75
76
- - name : Upload SARIF report
77
- uses : github/codeql-action/upload-sarif@v3
78
- with :
79
- sarif_file : codechecker.sarif
76
+ # TODO: reenable after fixing
77
+ # https://github.blog/changelog/2025-07-21-code-scanning-will-stop-combining-multiple-sarif-runs-uploaded-in-the-same-sarif-file/
78
+ #
79
+ # - name: Upload SARIF report
80
+ # uses: github/codeql-action/upload-sarif@v3
81
+ # with:
82
+ # sarif_file: codechecker.sarif
You can’t perform that action at this time.
0 commit comments