{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/code-scanning-default-setup-update-response", "title": "code-scanning-default-setup-update-response", "description": "You can use `run_url` to track the status of the run. This includes a property status and conclusion.\nYou should not rely on this always being an actions workflow run object.", "type": "object", "properties": { "run_id": { "description": "ID of the corresponding run.", "type": "integer" }, "run_url": { "description": "URL of the corresponding run.", "type": "string" } } }