From c54668d165aa717c9e1fa36f12dc00e86ba641e4 Mon Sep 17 00:00:00 2001 From: Felicity Chapman Date: Thu, 30 Oct 2025 12:10:22 +0000 Subject: [PATCH] Replacement for a PR to make a minor update to the Code Quality check name (#58266) --- .../code-security/code-quality/reference/codeql-detection.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/code-security/code-quality/reference/codeql-detection.md b/content/code-security/code-quality/reference/codeql-detection.md index d6a5a817f4c7..380c6ebd678f 100644 --- a/content/code-security/code-quality/reference/codeql-detection.md +++ b/content/code-security/code-quality/reference/codeql-detection.md @@ -32,7 +32,7 @@ For more information, see: ## Pull request status checks -When code quality analysis runs on a pull request, the check result is reported in the "Checks" section at the bottom of the pull request. +When code quality analysis runs on a pull request, the "{% data variables.code-quality.check_status_name %} / Analyze" check is shown in the "Checks" section at the bottom of the pull request. Any code problems identified by the scan are reported in comments on the pull request. The comment is made by the `{% data variables.code-quality.pr_commenter %}` and includes a {% data variables.copilot.copilot_autofix_short %} suggestion.