Skip to content

Commit 38fc8ca

Browse files
authored
Merge pull request #43124 from github/repo-sync
Repo sync
2 parents 4994f34 + f7c5080 commit 38fc8ca

File tree

60 files changed

+171
-135
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+171
-135
lines changed

content/actions/reference/limits.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ These limits are subject to change.
4242
| Larger runners | Private IP scaling for vnet injection | 30% buffer | You need a buffer to accommodate the maximum job concurrency you anticipate. See [Private IP scaling for vnet injection on larger runners](#private-ip-scaling-for-vnet-injection-on-larger-runners). | {% octicon "check" aria-label="Yes" %} Configurable Azure virtual network |
4343
| Dependency caching | Uploads per minute | 200 per minute | Each repository is limited to 200 cache entry uploads per minute. If this limit is exceeded, subsequent cache upload attempts will fail until the rate limit resets. | {% octicon "x" aria-label="No" %} |
4444
| Dependency caching | Downloads per minute | 1500 per minute | Each repository is limited to 1500 cache entry downloads per minute. If this limit is exceeded, subsequent cache download attempts will fail until the rate limit resets. | {% octicon "x" aria-label="No" %} |
45+
| Dependency caching | Deletes per minute | 400 per minute | Each repository is limited to 400 cache delete operations per minute. If this limit is exceeded, subsequent cache delete attempts will fail until the rate limit resets. Each request to delete caches either by key or by ID counts towards this limit. | {% octicon "x" aria-label="No" %} |
4546

4647
### Job concurrency limits for {% data variables.product.github %}-hosted runners
4748

content/code-security/how-tos/scan-code-for-vulnerabilities/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ children:
1414
- /scan-from-the-command-line
1515
- /scan-from-vs-code
1616
- /integrate-with-existing-tools
17-
- /troubleshooting
1817
---
18+

content/code-security/how-tos/scan-code-for-vulnerabilities/troubleshooting/index.md

Lines changed: 0 additions & 23 deletions
This file was deleted.

content/code-security/how-tos/scan-code-for-vulnerabilities/troubleshooting/troubleshooting-codeql-for-vs-code/index.md

Lines changed: 0 additions & 21 deletions
This file was deleted.

content/code-security/how-tos/secure-at-scale/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ topics:
1515
- Dependabot
1616
contentType: how-tos
1717
children:
18-
- /configure-enterprise-security
19-
- /configure-organization-security
20-
- /troubleshoot-security-configurations
18+
- /configure-enterprise-security
19+
- /configure-organization-security
2120
---
21+

content/code-security/how-tos/secure-your-supply-chain/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,5 @@ redirect_from:
1616
children:
1717
- secure-your-dependencies
1818
- manage-your-dependency-security
19-
- troubleshoot-dependency-security
2019
- establish-provenance-and-integrity
2120
---

content/code-security/how-tos/secure-your-supply-chain/troubleshoot-dependency-security/index.md

Lines changed: 0 additions & 17 deletions
This file was deleted.

content/code-security/how-tos/scan-code-for-vulnerabilities/troubleshooting/troubleshooting-codeql-for-vs-code/accessing-logs.md renamed to content/code-security/reference/code-scanning/codeql/codeql-for-vs-code/accessing-logs.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ intro: If you need to troubleshoot problems with {% data variables.product.prodn
1313
allowTitleToDifferFromFilename: true
1414
redirect_from:
1515
- /code-security/codeql-for-vs-code/troubleshooting-codeql-for-vs-code/accessing-logs
16-
contentType: how-tos
16+
- /code-security/how-tos/scan-code-for-vulnerabilities/troubleshooting/troubleshooting-codeql-for-vs-code/accessing-logs
17+
contentType: reference
1718
---
1819

1920
## About logs
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: CodeQL for Visual Studio Code reference
3+
shortTitle: CodeQL for VS Code
4+
intro: Find troubleshooting and telemetry information for the {% data variables.product.prodname_codeql %} extension for {% data variables.product.prodname_vscode_shortname %}.
5+
versions:
6+
fpt: '*'
7+
ghes: '*'
8+
ghec: '*'
9+
topics:
10+
- Code Security
11+
- Code scanning
12+
- Vulnerabilities
13+
- CodeQL
14+
contentType: reference
15+
children:
16+
- /telemetry-in-codeql-for-visual-studio-code
17+
- /accessing-logs
18+
- /warning-problem-with-controller-repository
19+
redirect_from:
20+
- /code-security/codeql-for-vs-code/troubleshooting-codeql-for-visual-studio-code
21+
- /code-security/codeql-for-vs-code/troubleshooting-codeql-for-vs-code
22+
- /code-security/how-tos/scan-code-for-vulnerabilities/troubleshooting/troubleshooting-codeql-for-vs-code
23+
---

content/code-security/reference/code-scanning/codeql/telemetry-in-codeql-for-visual-studio-code.md renamed to content/code-security/reference/code-scanning/codeql/codeql-for-vs-code/telemetry-in-codeql-for-visual-studio-code.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ intro: If {% data variables.product.prodname_vscode_shortname %} telemetry is en
1414
redirect_from:
1515
- /code-security/codeql-for-vs-code/about-telemetry-in-codeql-for-visual-studio-code
1616
- /code-security/codeql-for-vs-code/using-the-advanced-functionality-of-the-codeql-for-vs-code-extension/telemetry-in-codeql-for-visual-studio-code
17+
- /code-security/reference/code-scanning/codeql/telemetry-in-codeql-for-visual-studio-code
1718
contentType: reference
1819
---
1920

0 commit comments

Comments
 (0)