Skip to content

Commit 486a224

Browse files
authored
Merge pull request #37422 from github/repo-sync
Repo sync
2 parents cf38b89 + c15ff90 commit 486a224

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Diff for: content/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ Dependency caching works with all build modes, and is supported by {% data varia
137137
138138
### Enabling dependency caching for {% data variables.product.prodname_codeql %}
139139
140-
For default setup workflows, dependency caching is enabled by default for {% data variables.product.github %}-hosted runners in public and private repositories.
140+
For default setup workflows, dependency caching is enabled only for {% data variables.product.github %}-hosted runners in public and private repositories.
141141
142142
For advanced setup workflows, dependency caching is disabled by default. To enable dependency caching for {% data variables.product.prodname_codeql %}, use the `dependency-caching` setting for the {% data variables.product.prodname_codeql %} action in your advanced setup workflow. This setting accepts the following values:
143143

Diff for: content/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/configuring-advanced-setup-for-code-scanning-with-codeql-at-scale.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,10 @@ For repositories that are not eligible for default setup, you can use a bulk con
3232
1. Identify a group of repositories that can be analyzed using the same {% data variables.product.prodname_code_scanning %} configuration. For example, all repositories that build Java artifacts using the production environment.
3333
1. Create and test a {% data variables.product.prodname_actions %} workflow to call the {% data variables.product.prodname_codeql %} action with the appropriate configuration. For more information, see [AUTOTITLE](/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-advanced-setup-for-code-scanning#configuring-advanced-setup-for-code-scanning-with-codeql).
3434
1. Use one of the example scripts or create a custom script to add the workflow to each repository in the group.
35-
* PowerShell example: [`jhutchings1/Create-ActionsPRs`](https://github.com/jhutchings1/Create-ActionsPRs) repository
36-
* NodeJS example: [`nickliffen/ghas-enablement`](https://github.com/NickLiffen/ghas-enablement) repository
35+
* GitHub CLI extension: [`advanced-security/gh-add-files`](https://github.com/advanced-security/gh-add-files)
3736
* Python example: [`Malwarebytes/ghas-cli`](https://github.com/Malwarebytes/ghas-cli) repository
37+
* NodeJS example: [`nickliffen/ghas-enablement`](https://github.com/NickLiffen/ghas-enablement) repository
38+
* PowerShell example: [`jhutchings1/Create-ActionsPRs`](https://github.com/jhutchings1/Create-ActionsPRs) repository
3839

3940
{% ifversion codeql-model-packs-org %}
4041

0 commit comments

Comments
 (0)