mirror of
https://github.com/github/codeql-action.git
synced 2025-12-29 18:50:25 +08:00
Add dependencyCachingEnabled to Config
This commit is contained in:
@@ -331,6 +331,7 @@ export function createTestConfig(overrides: Partial<Config>): Config {
|
||||
},
|
||||
trapCaches: {},
|
||||
trapCacheDownloadTime: 0,
|
||||
dependencyCachingEnabled: false,
|
||||
},
|
||||
overrides,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user