Skip to content

Commit 560a341

Browse files
committed
Fix multiple-candidate-builds message
1 parent c4640a6 commit 560a341

File tree

1 file changed

+1
-1
lines changed
  • java/ql/integration-tests/all-platforms/java/diagnostics/multiple-candidate-builds

1 file changed

+1
-1
lines changed

java/ql/integration-tests/all-platforms/java/diagnostics/multiple-candidate-builds/diagnostics.expected

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"markdownMessage": "Building using Maven was skipped because there were multiple sibling build directories containing build files: [./maven-project-1,./maven-project-2]. If you want to use one of these, please [TODO](manually supply a build command)",
2+
"markdownMessage": "Building using Maven was skipped because there were multiple sibling build directories containing build files: [./maven-project-1,./maven-project-2]. If you want to use one of these, please [manually supply a build command](https://docs.github.com/en/github-ae@latest/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)",
33
"severity": "warning",
44
"source": {
55
"extractorName": "java",

0 commit comments

Comments
 (0)