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