mirror of
https://github.com/github/codeql-action.git
synced 2026-05-08 14:50:21 +00:00
Debug
This commit is contained in:
@@ -206,6 +206,7 @@ function getCodeQLForCmd(cmd: string): CodeQL {
|
||||
]);
|
||||
},
|
||||
finalizeDatabase: async function(databasePath: string) {
|
||||
core.debug("Finalizing " + databasePath);
|
||||
await exec.exec(cmd, [
|
||||
'database',
|
||||
'finalize',
|
||||
|
||||
Reference in New Issue
Block a user