File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
actions/ql/lib/codeql/actions Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -242,8 +242,6 @@ class Step extends AstNode instanceof StepImpl {
242242
243243 If getIf ( ) { result = super .getIf ( ) }
244244
245- AstNode getUses ( ) { result = super .getUses ( ) }
246-
247245 StepsContainer getContainer ( ) { result = super .getContainer ( ) }
248246
249247 Step getNextStep ( ) { result = super .getNextStep ( ) }
Original file line number Diff line number Diff line change @@ -1194,8 +1194,6 @@ class StepImpl extends AstNodeImpl, TStepNode {
11941194 /** Gets the value of the `if` field in this step, if any. */
11951195 IfImpl getIf ( ) { result .getNode ( ) = n .lookup ( "if" ) }
11961196
1197- AstNodeImpl getUses ( ) { result .getNode ( ) = n .lookup ( "uses" ) }
1198-
11991197 /** Gets the Runs or LocalJob that this step is in. */
12001198 StepsContainerImpl getContainer ( ) {
12011199 result = this .getParentNode ( ) .( RunsImpl ) or
You can’t perform that action at this time.
0 commit comments