mirror of
https://github.com/github/codeql-action.git
synced 2026-04-05 11:12:16 +00:00
Update cleanup to bundle
This commit is contained in:
2
lib/codeql.js
generated
2
lib/codeql.js
generated
@@ -524,7 +524,7 @@ function getCodeQLForCmd(cmd) {
|
||||
async databaseBundle(databasePath, outputFilePath) {
|
||||
const args = [
|
||||
"database",
|
||||
"cleanup",
|
||||
"bundle",
|
||||
databasePath,
|
||||
`--output=${outputFilePath}`,
|
||||
];
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -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