Use cache-cleanup command line option
The --mode command line option to has been renamed to --cache-cleanup
This commit is contained in:
parent
7233ec5e6b
commit
e4525acbcb
4 changed files with 4 additions and 4 deletions
|
|
@ -970,7 +970,7 @@ export async function getCodeQLForCmd(
|
|||
"database",
|
||||
"cleanup",
|
||||
databasePath,
|
||||
`--mode=${cleanupLevel}`,
|
||||
`--cache-cleanup=${cleanupLevel}`,
|
||||
...getExtraOptionsFromEnv(["database", "cleanup"]),
|
||||
];
|
||||
await runTool(cmd, codeqlArgs);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue