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