Skip to content

Commit

Permalink
Update CHANGELOG.md with new limits on uploading SARIF
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Eisenberg authored and GitHub committed Jan 19, 2023
1 parent 60e5868 commit 68a2486
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
- These changes will not affect the majority of code scanning workflows. Continue reading only if your workflow uses [@actions/tool-cache](https://github.com/actions/toolkit/tree/main/packages/tool-cache) or relies on the precise location of CodeQL within the Actions tool cache.
- The tool cache now contains **two** recent CodeQL versions (previously **one**).
- Each CodeQL version is located under a directory named after the release date and version number, e.g. CodeQL 2.11.6 is now located under `CodeQL/2.11.6-20221211/x64/codeql` (previously `CodeQL/0.0.0-20221211/x64/codeql`).
- Bump the maximum number of SARIF runs per file from 15 to 20. This change will help ensure that Code Scanning can process SARIF files generated by third party tools that have many runs. See the [GitHub API documentation](https://docs.github.com/en/rest/code-scanning?apiVersion=2022-11-28#upload-an-analysis-as-sarif-data) for a list of all the limits around uploading SARIF.

## 2.1.39 - 18 Jan 2023

Expand Down

0 comments on commit 68a2486

Please sign in to comment.