1
0
mirror of synced 2025-12-22 03:16:52 -05:00

Fix broken links (#34122)

This commit is contained in:
Sarita Iyer
2023-01-24 09:29:35 -05:00
committed by GitHub
parent 0633f10552
commit f08254d394
3 changed files with 3 additions and 3 deletions

View File

@@ -40,7 +40,7 @@ A {% data variables.product.prodname_codeql %} workspace is defined by a `codeql
Each entry in the `provide` or `ignore` section must map to the location of a `qlpack.yml` file. All glob patterns are defined relative to the directory that contains the workspace file. For a list of patterns accepted in this file, see “[@actions/glob](https://github.com/actions/toolkit/tree/main/packages/glob#patterns) .”
For example, the following `codeql-workspace.yml` file defines a workspace that contains all the {% data variables.product.prodname_codeql %} packs recursively found in the `codeql-packs` directory, except for the packs in the `experimental` directory. The `registries` block specifies that `codeql/\*` packs should be downloaded from [https://ghcr.io/v2/](https://ghcr.io/v2/), which is {% data variables.product.prodname_dotcom %}s default container registry. All other packs should be downloaded from and published to the regsitry at `GHE_HOSTNAME`.
For example, the following `codeql-workspace.yml` file defines a workspace that contains all the {% data variables.product.prodname_codeql %} packs recursively found in the `codeql-packs` directory, except for the packs in the `experimental` directory. The `registries` block specifies that `codeql/\*` packs should be downloaded from `https://ghcr.io/v2/`, which is {% data variables.product.prodname_dotcom %}s default container registry. All other packs should be downloaded from and published to the regsitry at `GHE_HOSTNAME`.
```yaml
provide: