Expand note about defaults.json compatibility
In the future we might convert the file to JSON with comments, or add this note to a JSON schema.
This commit is contained in:
parent
1eeb9df353
commit
a89ad76881
12 changed files with 18 additions and 12 deletions
|
|
@ -15,7 +15,7 @@ import * as api from "./api-client";
|
|||
import { GitHubApiDetails } from "./api-client";
|
||||
import * as codeql from "./codeql";
|
||||
import { AugmentationProperties, Config } from "./config-utils";
|
||||
import * as defaults from "./defaults.json"; // Referenced from codeql-action-sync-tool!
|
||||
import * as defaults from "./defaults.json";
|
||||
import {
|
||||
CodeQLDefaultVersionInfo,
|
||||
Feature,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue