Skip to content

Commit c65d6e0

Browse files
authored
Merge pull request #37436 from github/repo-sync
Repo sync
2 parents 3f61d46 + e76cd0d commit c65d6e0

File tree

15 files changed

+22
-10
lines changed

15 files changed

+22
-10
lines changed
358 KB
Loading
344 KB
Loading
301 KB
Loading
519 KB
Loading

assets/images/social-cards/issues.png

285 KB
Loading

content/code-security/code-scanning/troubleshooting-code-scanning/logs-not-detailed-enough.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ You can enable step debug logging in {% data variables.product.prodname_actions
1919

2020
## Creating {% data variables.product.prodname_codeql %} debugging artifacts
2121

22+
> [!WARNING]
23+
> {% data variables.product.prodname_codeql %} debugging artifacts contain a copy of the source code being analyzed by {% data variables.product.prodname_codeql %}, therefore we suggest sharing these bundles only with people who are authorized to access that source code.
24+
2225
You can obtain artifacts to help you debug {% data variables.product.prodname_codeql %}.
2326
The debug artifacts will be uploaded to the workflow run as an artifact named `debug-artifacts`. The data contains the {% data variables.product.prodname_codeql %} logs, {% data variables.product.prodname_codeql %} database(s), extracted source code files, and any SARIF file(s) produced by the workflow. For more information about downloading {% data variables.product.prodname_codeql %} artifacts, see [AUTOTITLE](/actions/managing-workflow-runs/downloading-workflow-artifacts).
2427

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ redirect_from:
2121

2222
{% data reusables.codeql-cli.man-pages-version-note %}
2323

24+
{% data reusables.code-scanning.codeql-database-archive-contains-source-code %}
25+
2426
## Synopsis
2527

2628
```shell copy

content/code-security/codeql-cli/using-the-advanced-functionality-of-the-codeql-cli/creating-database-bundle-for-troubleshooting.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ topics:
1313
- CodeQL
1414
---
1515

16-
> [!WARNING]
17-
> {% data variables.product.prodname_codeql_cli %} database bundles contain a copy of the source code being analyzed by {% data variables.product.prodname_codeql %}, therefore we suggest sharing these bundles only with people who are authorized to access that source code.
16+
{% data reusables.code-scanning.codeql-database-archive-contains-source-code %}
1817

1918
## About creating {% data variables.product.prodname_codeql_cli %} database bundles
2019

content/code-security/codeql-for-vs-code/using-the-advanced-functionality-of-the-codeql-for-vs-code-extension/customizing-settings.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ This setting is disabled by default. You may want to enable the setting if you r
113113
> [!NOTE]
114114
> If you are in a single-folder workspace, adding database source folders will cause the workspace to reload as a multi-root workspace. This may cause query history and database lists to reset.
115115
>
116-
> Before enabling this setting, we recommend that you save your workspace as a multi-root workspace. For more information, see [Multi-root Workspaces](https://code.visualstudio.com/docs/editor/multi-root-workspaces) in the {% data variables.product.prodname_vscode %} documentation.
116+
> Before enabling this setting, we recommend that you save your workspace as a multi-root workspace. For more information, see [Multi-root Workspaces](https://code.visualstudio.com/docs/editing/workspaces/multi-root-workspaces) in the {% data variables.product.prodname_vscode %} documentation.
117117
118118
### Configuring settings for testing queries locally
119119

@@ -159,4 +159,4 @@ When {% data variables.product.github %} Enterprise URI (`github-enterprise.uri`
159159

160160
## Further reading
161161

162-
* [User and Workspace Settings](https://code.visualstudio.com/docs/getstarted/settings) in the {% data variables.product.prodname_vscode %} documentation
162+
* [User and Workspace Settings](https://code.visualstudio.com/docs/configure/settings) in the {% data variables.product.prodname_vscode %} documentation

content/code-security/codeql-for-vs-code/using-the-advanced-functionality-of-the-codeql-for-vs-code-extension/telemetry-in-codeql-for-visual-studio-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ We only collect the minimal amount of data we need to answer the questions about
6969

7070
## Disabling telemetry reporting
7171

72-
You can disable telemetry collection by setting the global `telemetry.telemetryLevel` setting to `off`. For more information, see the [Visual Studio Code Telemetry page](https://code.visualstudio.com/docs/getstarted/telemetry) in the {% data variables.product.prodname_vscode %} documentation.
72+
You can disable telemetry collection by setting the global `telemetry.telemetryLevel` setting to `off`. For more information, see the [Visual Studio Code Telemetry page](https://code.visualstudio.com/docs/configure/telemetry) in the {% data variables.product.prodname_vscode %} documentation.
7373

7474
## Further reading
7575

0 commit comments

Comments
 (0)