Skip to content

Commit e7235b4

Browse files
authored
Merge pull request #38276 from github/repo-sync
Repo sync
2 parents 5e4a63e + 7b2c26b commit e7235b4

File tree

6 files changed

+38
-181
lines changed

6 files changed

+38
-181
lines changed

content/code-security/codeql-cli/codeql-cli-manual/database-index-files.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ be any string that does not contain a newline.
9595

9696
You can use this command-line option repeatedly to set multiple
9797
extractor options. If you provide multiple values for the same extractor
98-
option, the behaviour depends on the type that the extractor option
98+
option, the behavior depends on the type that the extractor option
9999
expects. String options will use the last value provided. Array options
100100
will use all the values provided, in order. Extractor options specified
101101
using this command-line option are processed after extractor options
@@ -121,7 +121,7 @@ string and array options are map entries with string and array values.
121121

122122
Extractor option bundle files are read in the order they are specified.
123123
If different extractor option bundle files specify the same extractor
124-
option, the behaviour depends on the type that the extractor option
124+
option, the behavior depends on the type that the extractor option
125125
expects. String options will use the last value provided. Array options
126126
will use all the values provided, in order. Extractor options specified
127127
using this command-line option are processed before extractor options

content/code-security/codeql-cli/codeql-cli-manual/database-init.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ produce all necessary data directly.
239239
#### `--extra-tracing-config=<tracing-config.lua>`
240240
241241
\[Advanced] The path to a tracer configuration file. It may be used to
242-
modify the behaviour of the build tracer. It may be used to pick out
242+
modify the behavior of the build tracer. It may be used to pick out
243243
compiler processes that run as part of the build command, and trigger
244244
the execution of other tools. The extractors will provide default tracer
245245
configuration files that should work in most situations.
@@ -258,7 +258,7 @@ be any string that does not contain a newline.
258258
259259
You can use this command-line option repeatedly to set multiple
260260
extractor options. If you provide multiple values for the same extractor
261-
option, the behaviour depends on the type that the extractor option
261+
option, the behavior depends on the type that the extractor option
262262
expects. String options will use the last value provided. Array options
263263
will use all the values provided, in order. Extractor options specified
264264
using this command-line option are processed after extractor options
@@ -284,7 +284,7 @@ string and array options are map entries with string and array values.
284284
285285
Extractor option bundle files are read in the order they are specified.
286286
If different extractor option bundle files specify the same extractor
287-
option, the behaviour depends on the type that the extractor option
287+
option, the behavior depends on the type that the extractor option
288288
expects. String options will use the last value provided. Array options
289289
will use all the values provided, in order. Extractor options specified
290290
using this command-line option are processed before extractor options

content/code-security/codeql-cli/codeql-cli-manual/database-trace-command.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ produce all necessary data directly.
8989
#### `--extra-tracing-config=<tracing-config.lua>`
9090

9191
\[Advanced] The path to a tracer configuration file. It may be used to
92-
modify the behaviour of the build tracer. It may be used to pick out
92+
modify the behavior of the build tracer. It may be used to pick out
9393
compiler processes that run as part of the build command, and trigger
9494
the execution of other tools. The extractors will provide default tracer
9595
configuration files that should work in most situations.
@@ -135,7 +135,7 @@ be any string that does not contain a newline.
135135

136136
You can use this command-line option repeatedly to set multiple
137137
extractor options. If you provide multiple values for the same extractor
138-
option, the behaviour depends on the type that the extractor option
138+
option, the behavior depends on the type that the extractor option
139139
expects. String options will use the last value provided. Array options
140140
will use all the values provided, in order. Extractor options specified
141141
using this command-line option are processed after extractor options
@@ -161,7 +161,7 @@ string and array options are map entries with string and array values.
161161

162162
Extractor option bundle files are read in the order they are specified.
163163
If different extractor option bundle files specify the same extractor
164-
option, the behaviour depends on the type that the extractor option
164+
option, the behavior depends on the type that the extractor option
165165
expects. String options will use the last value provided. Array options
166166
will use all the values provided, in order. Extractor options specified
167167
using this command-line option are processed before extractor options

data/reusables/actions/workflows/triggering-a-workflow-paths5.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ The filter determines if a workflow should run by evaluating the changed files a
88
* **Pushes to existing branches:** A two-dot diff compares the head and base SHAs directly with each other.
99
* **Pushes to new branches:** A two-dot diff against the parent of the ancestor of the deepest commit pushed.
1010

11-
Diffs are limited to 300 files. If there are files changed that aren't matched in the first 300 files returned by the filter, the workflow will not run. You may need to create more specific filters so that the workflow will run automatically.
11+
> [!NOTE]
12+
> Diffs are limited to 300 files. If there are files changed that aren't matched in the first 300 files returned by the filter, the workflow will not run. You may need to create more specific filters so that the workflow will run automatically.
1213
1314
For more information, see [AUTOTITLE](/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-comparing-branches-in-pull-requests).

0 commit comments

Comments
 (0)