mirror of
https://github.com/github/codeql-action
synced 2026-06-01 20:01:46 +03:00
Update OS representation
This commit is contained in:
+1
-1
File diff suppressed because one or more lines are too long
+9
-2
@@ -237,11 +237,18 @@ export interface ResolveQueriesOutput {
|
||||
|
||||
export interface ResolveBuildEnvironmentOutput {
|
||||
configuration?: {
|
||||
os?: string;
|
||||
[language: string]: any;
|
||||
[language: string]: {
|
||||
os?: BuildEnvironmentOS;
|
||||
[key: string]: unknown;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
export interface BuildEnvironmentOS {
|
||||
name?: string;
|
||||
version?: string;
|
||||
}
|
||||
|
||||
export interface PackDownloadOutput {
|
||||
packs: PackDownloadItem[];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user