mirror of
https://github.com/github/codeql-action.git
synced 2026-01-04 21:50:17 +08:00
Reformat
This commit is contained in:
@@ -17,10 +17,7 @@ export async function runResolveBuildEnvironment(
|
||||
// If the CodeQL version in use does not support the `resolve build-environment`
|
||||
// command, just return an empty configuration. Otherwise invoke the CLI.
|
||||
if (
|
||||
!(await util.codeQlVersionAbove(
|
||||
codeql,
|
||||
CODEQL_VERSION_RESOLVE_ENVIRONMENT
|
||||
))
|
||||
!(await util.codeQlVersionAbove(codeql, CODEQL_VERSION_RESOLVE_ENVIRONMENT))
|
||||
) {
|
||||
logger.warning(
|
||||
"Unsupported CodeQL CLI version for `resolve build-environment` command, " +
|
||||
|
||||
Reference in New Issue
Block a user