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