Skip to content

v13.11.0

Compare
Choose a tag to compare
@octokitbot octokitbot released this 15 Sep 13:46
· 187 commits to main since this release
ff50f18

13.11.0 (2022-09-15)

  • feat: add new "List CodeQL databases for a repository" API (GET /repos/{owner}/{repo}/code-scanning/codeql/databases)
  • feat: add new "Get a CodeQL database for a repository" API (GET /repos/{owner}/{repo}/code-scanning/codeql/databases/{language})
  • fix: update descriptions for "Create or update file contents" (PUT /repos/{owner}/{repo}/contents/{path}) and "Delete a file" (DELETE /repos/{owner}/{repo}/contents/{path}) APIs to clarify that calling them in parallel may lead to conflicts
  • fix: correct casing of github advanced security to GitHub Advanced Security in descriptions
  • fix: update docs for the "Update a secret scanning alert" API (PATCH /repos/{owner}/{repo}/secret-scanning/alerts/{alert_number}) to clarify that a resolution must be provided when setting state to resolved
  • fix: use enums rather than string types with a list of accepted values in the description (e.g. the conclusion attribute returned in the "Get a job for a workflow run" API [GET /repos/{owner}/{repo}/actions/jobs/{job_id}])