remove CODEQL_ACTION_DATABASE_DIR
This commit is contained in:
parent
8608105240
commit
5b35de62bd
13 changed files with 23 additions and 16 deletions
7
lib/util.js
generated
7
lib/util.js
generated
|
|
@ -356,4 +356,11 @@ function getThreadsFlag() {
|
|||
return `--threads=${numThreads}`;
|
||||
}
|
||||
exports.getThreadsFlag = getThreadsFlag;
|
||||
/**
|
||||
* Get the directory where CodeQL databases should be placed.
|
||||
*/
|
||||
function getCodeQLDatabasesDir() {
|
||||
return path.resolve(getRequiredEnvParam('RUNNER_TEMP'), 'codeql_databases');
|
||||
}
|
||||
exports.getCodeQLDatabasesDir = getCodeQLDatabasesDir;
|
||||
//# sourceMappingURL=util.js.map
|
||||
Loading…
Add table
Add a link
Reference in a new issue