add tempDir and toolCacheDir to config
This commit is contained in:
parent
e9e2284547
commit
9c29fe283d
18 changed files with 156 additions and 114 deletions
2
lib/setup-tracer.js
generated
2
lib/setup-tracer.js
generated
|
|
@ -152,7 +152,7 @@ async function run() {
|
|||
await codeql.printVersion();
|
||||
core.endGroup();
|
||||
core.startGroup('Load language configuration');
|
||||
config = await configUtils.initConfig();
|
||||
config = await configUtils.initConfig(util.getRequiredEnvParam('RUNNER_TEMP'), util.getRequiredEnvParam('RUNNER_TOOL_CACHE'));
|
||||
analysisPaths.includeAndExcludeAnalysisPaths(config);
|
||||
core.endGroup();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue