Fix a couple of naming nits
This commit is contained in:
parent
84e5134df9
commit
acbc6ca6e5
6 changed files with 14 additions and 14 deletions
2
lib/analyze.js
generated
2
lib/analyze.js
generated
|
|
@ -137,7 +137,7 @@ async function runQueries(sarifFolder, memoryFlag, addSnippetsFlag, threadsFlag,
|
|||
}
|
||||
try {
|
||||
if (await util.useCodeScanningConfigInCli(codeql, featureEnablement)) {
|
||||
// If we are using the codescanning config in the CLI,
|
||||
// If we are using the code scanning config in the CLI,
|
||||
// much of the work needed to generate the query suites
|
||||
// is done in the CLI. We just need to make a single
|
||||
// call to run all the queries for each language and
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue