mirror of
https://github.com/github/codeql-action.git
synced 2026-04-27 01:08:46 +00:00
Type the upload payload object
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
export interface UploadPayload {
|
||||
commit_oid: string;
|
||||
ref: string;
|
||||
analysis_key?: string;
|
||||
analysis_name?: string;
|
||||
sarif: string;
|
||||
workflow_run_id: number;
|
||||
workflow_run_attempt: number;
|
||||
checkout_uri: string;
|
||||
environment?: string;
|
||||
started_at?: string;
|
||||
tool_names: string[];
|
||||
base_ref?: string;
|
||||
base_sha?: string;
|
||||
}
|
||||
Reference in New Issue
Block a user