File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 66 description : The name of the check run to add text to.
77 required : false
88 output :
9- description : The path of the directory in which to save the SARIF results
9+ description : The path of the directory in which to save the SARIF results from the CodeQL CLI.
1010 required : false
1111 default : " ../results"
1212 upload :
@@ -70,6 +70,12 @@ inputs:
7070 description : Whether to upload the resulting CodeQL database
7171 required : false
7272 default : " true"
73+ post-process-output :
74+ description : >-
75+ Before uploading the SARIF files produced by the CodeQL CLI, the CodeQL Action may perform some post-processing
76+ on them. Ordinarily, these processed SARIF files are not saved to disk. However, if a path is provided as an
77+ argument for this input, they are written to the specified directory.
78+ required : false
7379 wait-for-processing :
7480 description : If true, the Action will wait for the uploaded SARIF to be processed before completing.
7581 required : true
You can’t perform that action at this time.
0 commit comments