mirror of
https://github.com/github/codeql.git
synced 2026-01-08 12:10:22 +01:00
Merge branch 'untrusted_co'
This commit is contained in:
@@ -855,7 +855,14 @@ class StepsExpressionImpl extends SimpleReferenceExpressionImpl {
|
||||
override string getFieldName() { result = fieldName }
|
||||
|
||||
override AstNodeImpl getTarget() {
|
||||
this.getEnclosingJob() = result.getEnclosingJob() and
|
||||
(
|
||||
this.getEnclosingJob() = result.getEnclosingJob()
|
||||
or
|
||||
exists(CompositeActionImpl a |
|
||||
a.getAChildNode*() = this and
|
||||
a.getAChildNode*() = result
|
||||
)
|
||||
) and
|
||||
result.(StepImpl).getId() = stepId
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user