v5.0.0
BREAKING CHANGES
-
code-scanning-alert-instancesschema removed.The instances response field is deprecated and will, in future, not be included in the response of code scanning alerts endpoints. The same information can now be retrieved via a GET request to the URL specified by
instances_url. -
schema
code-scanning-alert-refrenamed tocode-scanning-ref -
schema
code-scanning-alert-rulerenamed tocode-scanning-alert-rule-summary -
schema
code-scanning-alert-code-scanning-alert-itemsrenamed tocode-scanning-alert-items -
schema
code-scanning-alert-code-scanning-alertrenamed tocode-scanning-alert-rule -
schema
code-scanning-analysis-refrenamed tocode-scanning-ref -
schema
code-scanning-analysis-code-scanning-analysisrenamed tocode-scanning-analysis
Features
GET /repos/{owner}/{repo}/code-scanning/alerts/{alert_number}/instancesGET /repos/{owner}/{repo}/code-scanning/analyses/{analysis_id}GET /repos/{owner}/{repo}/code-scanning/sarifs/{sarif_id}.
Fixes
Improved parameter types and responses for code scanning endpoints