Function: getSarifUploadSteps()
function getSarifUploadSteps(root: YAMLMapping): readonly WorkflowActionStep[];
Defined in: _internal/code-scanning-workflow.ts:75
Collect all CodeQL SARIF upload steps in a workflow.
Parametersโ
rootโ
YAMLMapping
Returnsโ
readonly WorkflowActionStep[]