diff --git a/CHANGELOG.md b/CHANGELOG.md index f40698d582..4f33869d06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,14 +2,14 @@ ## 1.0.28 - 18 Jan 2022 -No user facing changes. + +- Update default CodeQL bundle version to 2.7.5. [#866](https://github.com/github/codeql-action/pull/866) +- Fix a bug where SARIF files were failing upload due to an invalid test for unique categories. [#872](https://github.com/github/codeql-action/pull/872) ## 1.0.27 - 11 Jan 2022 - The `analyze` and `upload-sarif` actions will now wait up to 2 minutes for processing to complete after they have uploaded the results so they can report any processing errors that occurred. This behavior can be disabled by setting the `wait-for-processing` action input to `"false"`. -- Update default CodeQL bundle version to 2.7.5. - ## 1.0.26 - 10 Dec 2021 - Update default CodeQL bundle version to 2.7.3. [#842](https://github.com/github/codeql-action/pull/842)