Changes to List code scanning analyses for a repository

GET /repos/{owner}/{repo}/code-scanning/analyses

Every recorded change to this endpoint, newest first. Back to the operation

Changed in 1 of the 62 revisions of this API.11

  1. 8c0078ba0e7311

What changed

  • 8c0078ba0e7311See the full diff
    • the items/commit_sha response property's maxLength was increased from 40 to 64 for the response status 200

      response-property-max-length-increased

    • the items/commit_sha response's property pattern was changed from ^[0-9a-fA-F]+$ to ^([0-9a-fA-F]{40}(?:[0-9a-fA-F]{24})?)$ for the status 200

      response-property-pattern-changed