From bb5bba49e966cf4dfd80100a5a6c40b23ca8a1ab Mon Sep 17 00:00:00 2001 From: VimalaMoger Date: Fri, 24 Oct 2025 14:18:35 -0500 Subject: [PATCH 1/2] ghas product was set Code scanning product.yml(configuring-advanced-setup-for-code-scanning.md) --- data/variables/product.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/variables/product.yml b/data/variables/product.yml index 1f40d94baa5e..5f6b76a7b567 100644 --- a/data/variables/product.yml +++ b/data/variables/product.yml @@ -209,7 +209,7 @@ prodname_cs_or_sp: '{% ifversion ghas-products %}Secret Protection or Code Secur prodname_cs_and_sp: '{% ifversion ghas-products %}Secret Protection and Code Security{% else %}Advanced Security{% endif %}' UI_advanced_security: '{% ifversion ghas-products %}{% data variables.product.prodname_AS %}{% elsif ghes > 3.15 %}Code security{% else %}Code security and analysis{% endif %}' UI_advanced_security_ent: '{% ifversion ghas-products %}{% data variables.product.prodname_AS %}{% elsif ghes > 3.14 %}Code security{% else %}Code security and analysis{% endif %}' -UI_code_security_scanning: '{% ifversion ghas-products %}Code Security{% else %}Code scanning{% endif %}' +UI_code_security_scanning: '{% ifversion ghas-products %}Code scanning{% else %}Code Security{% endif %}' UI_secret_protection_scanning: '{% ifversion ghas-products %}Secret Protection{% else %}Secret scanning{% endif %}' ## OLD variables, DO NOT USE From f13b272e02f24812b025c78cfd5d8d7cb1cfcc14 Mon Sep 17 00:00:00 2001 From: Vimala Moger <166641453+VimalaMoger@users.noreply.github.com> Date: Sat, 25 Oct 2025 13:51:08 -0500 Subject: [PATCH 2/2] Update product.yml Thanks for the update. I will create a issue on this. So someone can make changes. --- data/variables/product.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/variables/product.yml b/data/variables/product.yml index 5f6b76a7b567..1f40d94baa5e 100644 --- a/data/variables/product.yml +++ b/data/variables/product.yml @@ -209,7 +209,7 @@ prodname_cs_or_sp: '{% ifversion ghas-products %}Secret Protection or Code Secur prodname_cs_and_sp: '{% ifversion ghas-products %}Secret Protection and Code Security{% else %}Advanced Security{% endif %}' UI_advanced_security: '{% ifversion ghas-products %}{% data variables.product.prodname_AS %}{% elsif ghes > 3.15 %}Code security{% else %}Code security and analysis{% endif %}' UI_advanced_security_ent: '{% ifversion ghas-products %}{% data variables.product.prodname_AS %}{% elsif ghes > 3.14 %}Code security{% else %}Code security and analysis{% endif %}' -UI_code_security_scanning: '{% ifversion ghas-products %}Code scanning{% else %}Code Security{% endif %}' +UI_code_security_scanning: '{% ifversion ghas-products %}Code Security{% else %}Code scanning{% endif %}' UI_secret_protection_scanning: '{% ifversion ghas-products %}Secret Protection{% else %}Secret scanning{% endif %}' ## OLD variables, DO NOT USE