这是indexloc提供的服务,不要输入任何密码
Skip to content

v5.0.0

Choose a tag to compare

@octokitbot octokitbot released this 17 Feb 17:52
· 428 commits to main since this release
5062c08

via (#52) (5062c08)

BREAKING CHANGES

  • code-scanning-alert-instances schema 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-ref renamed to code-scanning-ref

  • schema code-scanning-alert-rule renamed to code-scanning-alert-rule-summary

  • schema code-scanning-alert-code-scanning-alert-items renamed to code-scanning-alert-items

  • schema code-scanning-alert-code-scanning-alert renamed to code-scanning-alert-rule

  • schema code-scanning-analysis-ref renamed to code-scanning-ref

  • schema code-scanning-analysis-code-scanning-analysis renamed to code-scanning-analysis

Features

  • GET /repos/{owner}/{repo}/code-scanning/alerts/{alert_number}/instances
  • GET /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