mirror of
https://github.com/github/codeql-action.git
synced 2026-04-13 18:13:30 +00:00
Merge branch 'main' into henrymercer/upgrade-typescript
This commit is contained in:
@@ -204,6 +204,9 @@ export function mockCodeQLVersion(version) {
|
||||
*/
|
||||
export function createFeatures(enabledFeatures: Feature[]): FeatureEnablement {
|
||||
return {
|
||||
getDefaultCliVersion: async () => {
|
||||
throw new Error("not implemented");
|
||||
},
|
||||
getValue: async (feature) => {
|
||||
return enabledFeatures.includes(feature);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user