@@ -37,7 +37,7 @@ predicate fileDownloadToRunStep(DataFlow::Node pred, DataFlow::Node succ) {
3737 * A read of the _files field of the dorny/paths-filter action.
3838 */
3939predicate dornyPathsFilterTaintStep ( DataFlow:: Node pred , DataFlow:: Node succ ) {
40- exists ( StepsExpression o |
40+ exists ( StepOutputExpression o |
4141 pred instanceof DornyPathsFilterSource and
4242 o .getStepId ( ) = pred .asExpr ( ) .( UsesStep ) .getId ( ) and
4343 o .getFieldName ( ) .matches ( "%_files" ) and
@@ -49,7 +49,7 @@ predicate dornyPathsFilterTaintStep(DataFlow::Node pred, DataFlow::Node succ) {
4949 * A read of user-controlled field of the tj-actions/changed-files action.
5050 */
5151predicate tjActionsChangedFilesTaintStep ( DataFlow:: Node pred , DataFlow:: Node succ ) {
52- exists ( StepsExpression o |
52+ exists ( StepOutputExpression o |
5353 pred instanceof TJActionsChangedFilesSource and
5454 o .getTarget ( ) = pred .asExpr ( ) and
5555 o .getStepId ( ) = pred .asExpr ( ) .( UsesStep ) .getId ( ) and
@@ -69,7 +69,7 @@ predicate tjActionsChangedFilesTaintStep(DataFlow::Node pred, DataFlow::Node suc
6969 * A read of user-controlled field of the tj-actions/verify-changed-files action.
7070 */
7171predicate tjActionsVerifyChangedFilesTaintStep ( DataFlow:: Node pred , DataFlow:: Node succ ) {
72- exists ( StepsExpression o |
72+ exists ( StepOutputExpression o |
7373 pred instanceof TJActionsVerifyChangedFilesSource and
7474 o .getTarget ( ) = pred .asExpr ( ) and
7575 o .getStepId ( ) = pred .asExpr ( ) .( UsesStep ) .getId ( ) and
@@ -82,7 +82,7 @@ predicate tjActionsVerifyChangedFilesTaintStep(DataFlow::Node pred, DataFlow::No
8282 * A read of user-controlled field of the xt0rted/slash-command-action action.
8383 */
8484predicate xt0rtedSlashCommandActionTaintStep ( DataFlow:: Node pred , DataFlow:: Node succ ) {
85- exists ( StepsExpression o |
85+ exists ( StepOutputExpression o |
8686 pred instanceof Xt0rtedSlashCommandSource and
8787 o .getTarget ( ) = pred .asExpr ( ) and
8888 o .getStepId ( ) = pred .asExpr ( ) .( UsesStep ) .getId ( ) and
@@ -95,7 +95,7 @@ predicate xt0rtedSlashCommandActionTaintStep(DataFlow::Node pred, DataFlow::Node
9595 * A read of user-controlled field of the zentered/issue-forms-body-parser action.
9696 */
9797predicate zenteredIssueFormBodyParserSource ( DataFlow:: Node pred , DataFlow:: Node succ ) {
98- exists ( StepsExpression o |
98+ exists ( StepOutputExpression o |
9999 pred instanceof ZenteredIssueFormBodyParserSource and
100100 o .getTarget ( ) = pred .asExpr ( ) and
101101 o .getStepId ( ) = pred .asExpr ( ) .( UsesStep ) .getId ( ) and
@@ -114,7 +114,7 @@ predicate zenteredIssueFormBodyParserSource(DataFlow::Node pred, DataFlow::Node
114114 * A read of user-controlled field of the octokit/request-action action.
115115 */
116116predicate octokitRequestActionTaintStep ( DataFlow:: Node pred , DataFlow:: Node succ ) {
117- exists ( StepsExpression o |
117+ exists ( StepOutputExpression o |
118118 pred instanceof OctokitRequestActionSource and
119119 o .getTarget ( ) = pred .asExpr ( ) and
120120 o .getStepId ( ) = pred .asExpr ( ) .( UsesStep ) .getId ( ) and
0 commit comments