Skip to content

Commit 0634618

Browse files
fix: remove duplicate line about actions (#37643)
Co-authored-by: Sharra-writes <[email protected]>
1 parent b0c9f2b commit 0634618

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

content/code-security/code-scanning/enabling-code-scanning/configuring-default-setup-for-code-scanning-at-scale.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ For repositories that are not eligible for default setup, you can configure adva
4545
A repository must meet all the following criteria to be eligible for default setup, otherwise you need to use advanced setup.
4646

4747
* Advanced setup for {% data variables.product.prodname_code_scanning %} is not already enabled.
48-
* {% data variables.product.prodname_actions %} are enabled.{% ifversion default-setup-pre-enablement %}
49-
* Uses Go, JavaScript/TypeScript, Python, or Ruby.{% endif %}
48+
{% ifversion default-setup-pre-enablement %}* Uses Go, JavaScript/TypeScript, Python, or Ruby.{% endif %}
5049
{% data reusables.code-scanning.require-actions-ghcs %}
5150

5251
{% ifversion default-setup-pre-enablement %}

0 commit comments

Comments
 (0)