1
0
mirror of synced 2026-01-06 06:02:35 -05:00

Clarify autofix availability during beta period (#50543)

This commit is contained in:
Cory Calahan
2024-06-05 16:04:09 -07:00
committed by GitHub
parent 1c0afb1be6
commit 55b5fdce14
2 changed files with 6 additions and 15 deletions

View File

@@ -1,9 +1,6 @@
{% ifversion code-scanning-autofix or fpt %}
{% note %}
**Note:** {% data variables.product.prodname_dotcom %} autofix for {% data variables.product.prodname_code_scanning %} is in beta. Functionality and documentation are subject to change. During this phase, the feature is restricted to C#, Go, Java, JavaScript/TypeScript, Python, and Ruby alerts identified by {% data variables.product.prodname_codeql %}. If you have an enterprise account and use {% data variables.product.prodname_GH_advanced_security %}, your enterprise has access to the beta.
{% endnote %}
> [!NOTE]
> {% data variables.product.prodname_dotcom %} autofix for {% data variables.product.prodname_code_scanning %} is in beta. Functionality and documentation are subject to change. During this phase, the feature is restricted to C#, Go, Java, JavaScript/TypeScript, Python, and Ruby alerts identified by {% data variables.product.prodname_codeql %} for private and internal repositories. If you have an enterprise account and use {% data variables.product.prodname_GH_advanced_security %}, your enterprise has access to the beta.
{% endif %}