mirror of
https://github.com/github/codeql-action.git
synced 2026-01-02 04:30:14 +08:00
Merge branch 'master' into safe-config-parsing
This commit is contained in:
@@ -248,7 +248,7 @@ function initConfig(): Config {
|
||||
}
|
||||
|
||||
function getConfigFolder(): string {
|
||||
return util.getRequiredEnvParam('RUNNER_WORKSPACE');
|
||||
return util.getRequiredEnvParam('RUNNER_TEMP');
|
||||
}
|
||||
|
||||
export function getConfigFile(): string {
|
||||
|
||||
Reference in New Issue
Block a user