mirror of
https://github.com/github/codeql-action.git
synced 2026-01-01 12:10:20 +08:00
Add computedConfig property to Config type
This commit is contained in:
@@ -360,6 +360,7 @@ export function createTestConfig(overrides: Partial<Config>): Config {
|
||||
languages: [],
|
||||
buildMode: undefined,
|
||||
originalUserInput: {},
|
||||
computedConfig: {},
|
||||
tempDir: "",
|
||||
codeQLCmd: "",
|
||||
gitHubVersion: {
|
||||
|
||||
Reference in New Issue
Block a user