Skip to content

Commit 1f0cb7f

Browse files
authored
Add the word 'private' (#53629)
1 parent 9550679 commit 1f0cb7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 repositories.
140+
For default setup workflows, dependency caching is enabled by default 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

0 commit comments

Comments
 (0)