mirror of
https://github.com/github/codeql-action.git
synced 2025-12-28 18:20:08 +08:00
Update OS representation
This commit is contained in:
@@ -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