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