We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 700eaf5 commit 074fac8Copy full SHA for 074fac8
javascript/ql/lib/semmle/javascript/Actions.qll
@@ -93,7 +93,7 @@ module Actions {
93
94
/** Gets the value of the `if` field in this job, if any. */
95
JobIf getIf() { result.getJob() = this }
96
-
+
97
/** Gets the value of the `runs-on` field in this job. */
98
JobRunson getRunsOn() { result.getJob() = this }
99
}
@@ -124,7 +124,6 @@ module Actions {
124
Job getJob() { result = job }
125
126
127
128
/**
129
* A step within an Actions job.
130
* See https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idsteps.
0 commit comments