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