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 {
242
242
243
243
If getIf ( ) { result = super .getIf ( ) }
244
244
245
- AstNode getUses ( ) { result = super .getUses ( ) }
246
-
247
245
StepsContainer getContainer ( ) { result = super .getContainer ( ) }
248
246
249
247
Step getNextStep ( ) { result = super .getNextStep ( ) }
Original file line number Diff line number Diff line change @@ -1194,8 +1194,6 @@ class StepImpl extends AstNodeImpl, TStepNode {
1194
1194
/** Gets the value of the `if` field in this step, if any. */
1195
1195
IfImpl getIf ( ) { result .getNode ( ) = n .lookup ( "if" ) }
1196
1196
1197
- AstNodeImpl getUses ( ) { result .getNode ( ) = n .lookup ( "uses" ) }
1198
-
1199
1197
/** Gets the Runs or LocalJob that this step is in. */
1200
1198
StepsContainerImpl getContainer ( ) {
1201
1199
result = this .getParentNode ( ) .( RunsImpl ) or
You can’t perform that action at this time.
0 commit comments