mirror of
https://github.com/github/codeql-action.git
synced 2026-01-01 04:00:24 +08:00
Signpost the latest documentation in the warning
This commit is contained in:
@@ -273,7 +273,9 @@ export function formatWorkflowErrors(errors: CodedError[]): string {
|
||||
errors.length
|
||||
} ${issuesWere} detected with this workflow: ${errors
|
||||
.map((e) => e.message)
|
||||
.join(", ")}`;
|
||||
.join(", ")}
|
||||
|
||||
Please visit https://docs.github.com/en/free-pro-team@latest/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning for the latest guidance on configuring Code Scanning.`;
|
||||
}
|
||||
|
||||
export function formatWorkflowCause(errors?: CodedError[]): undefined | string {
|
||||
|
||||
Reference in New Issue
Block a user