Skip to content

Commit

Permalink
Merge pull request github#28492 from github/repo-sync
Browse files Browse the repository at this point in the history
Repo sync
  • Loading branch information
docs-bot authored Sep 25, 2023
2 parents d888bfa + d9db1c3 commit fc3d651
Show file tree
Hide file tree
Showing 96 changed files with 138 additions and 105 deletions.
2 changes: 1 addition & 1 deletion content/actions/learn-github-actions/expressions.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ env:

{% data variables.product.prodname_dotcom %} offers ternary operator like behaviour that you can use in expressions. By using a ternary operator in this way, you can dynamically set the value of an environment variable based on a condition, without having to write separate if-else blocks for each possible option.

#### Example
### Example

{% raw %}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ jobs:

### Building with Node.js

##### Travis CI for building with Node.js
#### Travis CI for building with Node.js

{% raw %}

Expand All @@ -351,7 +351,7 @@ script:

{% endraw %}

##### {% data variables.product.prodname_actions %} workflow for building with Node.js
#### {% data variables.product.prodname_actions %} workflow for building with Node.js

```yaml
name: Node.js CI
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ You can download the {% data variables.product.prodname_advanced_security %} lic
{%- elsif ghes > 3.8 %}
1. Under "{% data variables.product.prodname_GH_advanced_security %}," click {% octicon "download" aria-hidden="true" %} **CSV report** in the header of the "Committers" table.

![Screenshot of the {% data variables.product.prodname_GH_advanced_security %} licensing screen. The "CSV Report" button is highlighted with an orange outline.](/assets/images/enterprise/ghas/download-CSV-report-ghes-3.9.png)
![Screenshot of the {% data variables.product.prodname_GH_advanced_security %} licensing screen. The "CSV Report" button is highlighted with an orange outline.](/assets/images/enterprise/ghas/download-csv-report-ghes-3.9.png)

{%- else %}
1. Under "{% data variables.product.prodname_GH_advanced_security %}," {% octicon "download" aria-label="The download icon" %} in the header of the "Committers" table.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ The decoded output will be written to standard output, unless the
## Primary options
#### `<file>`
#### `<file>` <!-- markdownlint-disable-line heading-increment -->
\[Mandatory] BQRS file to decode.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Compute the difference between two result sets.

## Primary options

#### `<file1>`
#### `<file1>` <!-- markdownlint-disable-line heading-increment -->

\[Mandatory] First BQRS file to compare.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ codeql bqrs hash <options>... -- <file>

## Primary options

#### `<file>`
#### `<file>` <!-- markdownlint-disable-line heading-increment -->

\[Mandatory] BQRS file to hash.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ options of [codeql bqrs decode](/code-security/codeql-cli/codeql-cli-manual/bqrs

## Primary options

#### `<file>`
#### `<file>` <!-- markdownlint-disable-line heading-increment -->

\[Mandatory] BQRS file to show information about.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ metadata and generates output in the specified format.

## Primary options

#### `<bqrs-file>`
#### `<bqrs-file>` <!-- markdownlint-disable-line heading-increment -->

\[Mandatory] The BQRS file to interpret.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Available since `v2.12.6`.

## Primary options

#### `<database>`
#### `<database>` <!-- markdownlint-disable-line heading-increment -->

\[Mandatory] Path to the CodeQL database to bundle.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ being interpreted as source-code alerts, use

## Primary options

#### `<database>`
#### `<database>` <!-- markdownlint-disable-line heading-increment -->

\[Mandatory] Path to the CodeQL database to query.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ that results, logs, TRAP, or similar should be included.

## Primary options

#### `<database>`
#### `<database>` <!-- markdownlint-disable-line heading-increment -->

\[Mandatory] Path to the CodeQL database to bundle.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ possible on disk without degrading its future usefulness.

## Primary options

#### `<database>`
#### `<database>` <!-- markdownlint-disable-line heading-increment -->

\[Mandatory] Path to the CodeQL database to clean up.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ one of the CodeQL products.
## Primary options
#### `<database>`
#### `<database>` <!-- markdownlint-disable-line heading-increment -->
\[Mandatory] Path to the CodeQL database to create. This directory will
be created, and _must not_ already exist (but its parent must).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Available since `v2.12.6`.

## Primary options

#### `<database>`
#### `<database>` <!-- markdownlint-disable-line heading-increment -->

\[Mandatory] Path to the CodeQL database under construction. This must
have been prepared for extraction with [codeql database init](/code-security/codeql-cli/codeql-cli-manual/database-init).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Finalize a database that was created with [codeql database init](/code-security/

## Primary options

#### `<database>`
#### `<database>` <!-- markdownlint-disable-line heading-increment -->

\[Mandatory] Path to the CodeQL database under construction. This must
have been prepared for extraction with [codeql database init](/code-security/codeql-cli/codeql-cli-manual/database-init).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ meaningful.

## Primary options

#### `<database>`
#### `<database>` <!-- markdownlint-disable-line heading-increment -->

\[Mandatory] Path to the CodeQL database under construction. This must
have been prepared for extraction with [codeql database init](/code-security/codeql-cli/codeql-cli-manual/database-init).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ patterns, which can use the following wildcard characters:

## Primary options

#### `<database>`
#### `<database>` <!-- markdownlint-disable-line heading-increment -->

\[Mandatory] Path to the CodeQL database under construction. This must
have been prepared for extraction with [codeql database init](/code-security/codeql-cli/codeql-cli-manual/database-init).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ extractors in the middle of an extraction operation anyway.)
## Primary options
#### `<database>`
#### `<database>` <!-- markdownlint-disable-line heading-increment -->
\[Mandatory] Path to the CodeQL database to create. This directory will
be created, and _must not_ already exist (but its parent must).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ directory using [codeql database run-queries](/code-security/codeql-cli/codeql-c

## Primary options

#### `<database>`
#### `<database>` <!-- markdownlint-disable-line heading-increment -->

\[Mandatory] Path to the CodeQL database that has been queried.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ source root.

## Primary options

#### `<database>`
#### `<database>` <!-- markdownlint-disable-line heading-increment -->

\[Mandatory] Path to the CodeQL database under construction. This must
have been prepared for extraction with [codeql database init](/code-security/codeql-cli/codeql-cli-manual/database-init).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Alternatively, if you have only a single query to run, you might prefer

## Primary options

#### `<database>`
#### `<database>` <!-- markdownlint-disable-line heading-increment -->

\[Mandatory] Path to the CodeQL database to query.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ database.

## Primary options

#### `<database>`
#### `<database>` <!-- markdownlint-disable-line heading-increment -->

\[Mandatory] Path to the CodeQL database under construction. This must
have been prepared for extraction with [codeql database init](/code-security/codeql-cli/codeql-cli-manual/database-init).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ This command extracts a CodeQL database archive created by [codeql database bund

## Primary options

#### `<archive>`
#### `<archive>` <!-- markdownlint-disable-line heading-increment -->

\[Mandatory] Path to the CodeQL database archive to unzip.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ was created.

## Primary options

#### `<database>`
#### `<database>` <!-- markdownlint-disable-line heading-increment -->

\[Mandatory] Path to the CodeQL database to upgrade.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ rule out issues in the underlying data as the cause.

## Primary options

#### `<dataset>`
#### `<dataset>` <!-- markdownlint-disable-line heading-increment -->

\[Mandatory] Path to the raw QL dataset to check.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ will make it impossible to import further data into the dataset.

## Primary options

#### `<dataset>`
#### `<dataset>` <!-- markdownlint-disable-line heading-increment -->

\[Mandatory] Path to the raw QL dataset to clean up.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ initial import.

## Primary options

#### `<dataset>`
#### `<dataset>` <!-- markdownlint-disable-line heading-increment -->

\[Mandatory] Path to the raw QL dataset to create or update. The
directory will be created if it doesn't already exist.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ optimizer.

## Primary options

#### `<dataset>`
#### `<dataset>` <!-- markdownlint-disable-line heading-increment -->

\[Mandatory] Path to the raw QL dataset to measure.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ This does the same as

## Primary options

#### `<dataset>`
#### `<dataset>` <!-- markdownlint-disable-line heading-increment -->

\[Mandatory] Path to the raw QL dataset to upgrade.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Available since `v2.12.6`.

## Primary options

#### `--markdown-message=<markdownMessage>`
#### `--markdown-message=<markdownMessage>` <!-- markdownlint-disable-line heading-increment -->

Message for the diagnostic, in GitHub-flavored Markdown format.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Available since `v2.12.6`.

## Primary options

#### `--format=<format>`
#### `--format=<format>` <!-- markdownlint-disable-line heading-increment -->

\[Mandatory] The format in which to write the results. One of:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ and output streams.

## Primary options

#### `--check-errors=<checkErrors>`
#### `--check-errors=<checkErrors>` <!-- markdownlint-disable-line heading-increment -->

\[Mandatory] How to check errors. One of: ON\_CHANGE, EXPLICIT.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ This command should not normally be invoked directly. Instead use either

## Primary options

#### `<dataset>`
#### `<dataset>` <!-- markdownlint-disable-line heading-increment -->

\[Mandatory] Path to the raw QL dataset to query.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Available since `v2.10.11`.

## Primary options

#### `--[no-]tuple-counting`
#### `--[no-]tuple-counting` <!-- markdownlint-disable-line heading-increment -->

\[Advanced] Display tuple counts for each evaluation step in the query
evaluator logs. If the `--evaluator-log` option is provided, tuple
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ an error will be reported.

## Primary options

#### `<dataset>`
#### `<dataset>` <!-- markdownlint-disable-line heading-increment -->

\[Mandatory] Path to the raw QL dataset to upgrade.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ found in the given pack.

## Primary options

#### `<pack-root-dir>`
#### `<pack-root-dir>` <!-- markdownlint-disable-line heading-increment -->

\[Mandatory] The pack root directory for which we are reporting
extensible predicate metadata.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ event logs directly.

## Primary options

#### `<input>`
#### `<input>` <!-- markdownlint-disable-line heading-increment -->

\[Mandatory] Path to the event log file to produce a summary of.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Generate end-user query help from .qhelp files.

## Primary options

#### `<qhelpdir|suite>...`
#### `<qhelpdir|suite>...` <!-- markdownlint-disable-line heading-increment -->

\[Mandatory] Query help files to render. Each argument is one of:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ This token must have the `security_events` scope.

## Primary options

#### `-s, --sarif=<file>`
#### `-s, --sarif=<file>` <!-- markdownlint-disable-line heading-increment -->

\[Mandatory] Path to the SARIF file to upload. This should be the
output of [codeql database analyze](/code-security/codeql-cli/codeql-cli-manual/database-analyze) (or [codeql database interpret-results](/code-security/codeql-cli/codeql-cli-manual/database-interpret-results)) with `--format sarif-latest` for upload to github.com or
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Available since `v2.6.0`.

## Primary options

#### `<scope/name[@range]>...`
#### `<scope/name[@range]>...` <!-- markdownlint-disable-line heading-increment -->

\[Mandatory] The scope, name, and optional version range of the pack to
add to the dependency list.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Available since `v2.6.3`.

## Primary options

#### `<dir>`
#### `<dir>` <!-- markdownlint-disable-line heading-increment -->

The root directory of the package.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Available since `v2.12.4`.

## Primary options

#### `<dir>`
#### `<dir>` <!-- markdownlint-disable-line heading-increment -->

The root directory of the package.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Available since `v2.6.0`.

## Primary options

#### `<dir>`
#### `<dir>` <!-- markdownlint-disable-line heading-increment -->

The root directory of the package.

Expand Down
Loading

0 comments on commit fc3d651

Please sign in to comment.