You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/codeql/codeql-language-guides/codeql-library-for-actions.rst
-3Lines changed: 0 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -117,9 +117,6 @@ See the GitHub Actions documentation on `workflows <https://docs.github.com/en/a
117
117
- Description and selected predicates
118
118
* - ``Workflow``
119
119
- An Actions workflow. This is a mapping at the top level of an Actions YAML workflow file. See https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions.
120
-
121
-
On getOn() { result = super.getOn() }
122
-
123
120
- `getAJob()` - Gets a job within the `jobs` mapping of this workflow.
124
121
- `getEnv()` - Gets an `env` mapping within this workflow declaring workflow-level environment variables, if any.
125
122
- `getJob(string jobId)` - Gets a job within the `jobs` mapping of this workflow with the given job ID.
0 commit comments