mirror of
https://github.com/github/codeql-action.git
synced 2025-12-27 17:50:07 +08:00
Update cleanup to bundle
This commit is contained in:
@@ -802,7 +802,7 @@ function getCodeQLForCmd(cmd: string): CodeQL {
|
||||
): Promise<void> {
|
||||
const args = [
|
||||
"database",
|
||||
"cleanup",
|
||||
"bundle",
|
||||
databasePath,
|
||||
`--output=${outputFilePath}`,
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user