Skip to content

Commit 4d6afe7

Browse files
committed
Docs: Address comments on Actions docs
1 parent 8f6dc1c commit 4d6afe7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/codeql/codeql-language-guides/codeql-library-for-actions.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
CodeQL library for GitHub Actions
44
=================================
55

6-
When you're analyzing GitHub Actions workflows and action metadata files, you can make use of the large collection of classes in the CodeQL library for GitHub Actions.
6+
When you're analyzing GitHub Actions workflows and Action metadata files, you can make use of the large collection of classes in the CodeQL library for GitHub Actions.
77

88
Overview
99
--------
@@ -116,7 +116,7 @@ See the GitHub Actions documentation on `workflows <https://docs.github.com/en/a
116116
* - CodeQL class
117117
- Description and selected predicates
118118
* - ``Workflow``
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.
119+
- An Actions workflow, defined as a mapping at the top level of a workflow YAML file in `.github/workflows`. See https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions.
120120
- `getAJob()` - Gets a job within the `jobs` mapping of this workflow.
121121
- `getEnv()` - Gets an `env` mapping within this workflow declaring workflow-level environment variables, if any.
122122
- `getJob(string jobId)` - Gets a job within the `jobs` mapping of this workflow with the given job ID.

docs/codeql/reusables/supported-versions-compilers.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
.NET Core up to 3.1
1717

1818
.NET 5, .NET 6, .NET 7, .NET 8, .NET 9","``.sln``, ``.csproj``, ``.cs``, ``.cshtml``, ``.xaml``"
19-
GitHub Actions [12]_,"Not applicable",Not applicable,"``.github/workflows/*.yml``, ``.github/workflows/*.yaml``, ``action.yml``, ``action.yaml``"
19+
GitHub Actions [12]_,"Not applicable",Not applicable,"``.github/workflows/*.yml``, ``.github/workflows/*.yaml``, ``**/action.yml``, ``**/action.yaml``"
2020
Go (aka Golang), "Go up to 1.24", "Go 1.11 or more recent", ``.go``
2121
Java,"Java 7 to 24 [5]_","javac (OpenJDK and Oracle JDK),
2222

0 commit comments

Comments
 (0)