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