We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d6feb1 commit 7f16853Copy full SHA for 7f16853
1 file changed
actions/ql/lib/codeql/actions/security/ControlChecks.qll
@@ -105,7 +105,7 @@ abstract class ControlCheck extends AstNode {
105
or
106
// When the node is inside a (possibly nested) reusable workflow,
107
// all direct callers for this event must be protected along their caller chain.
108
- exists(ExternalJob directCaller |
+ exists(ExternalJob directCaller |
109
directCaller = node.getEnclosingWorkflow().(ReusableWorkflow).getACaller() and
110
directCaller.getATriggerEvent() = event
111
) and
0 commit comments