mirror of
https://github.com/github/codeql-action.git
synced 2025-12-30 11:10:22 +08:00
Improve warning when using autobuild with multi-language builds
This commit is contained in:
@@ -85,7 +85,11 @@ export async function determineAutobuildLanguages(
|
||||
" and "
|
||||
)} code. If you wish to scan ${autobuildLanguagesWithoutGo
|
||||
.slice(1)
|
||||
.join(" and ")}, you must replace this call with custom build steps.`
|
||||
.join(
|
||||
" and "
|
||||
)}, you must replace the autobuild step of your workflow with custom build steps. ` +
|
||||
"For more information, see " +
|
||||
"https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages#adding-build-steps-for-a-compiled-language"
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user