From 53a2f668d3d67fb23bd4171abcb2e98fea0839b5 Mon Sep 17 00:00:00 2001 From: Andrew Eisenberg Date: Tue, 18 Jan 2022 12:43:37 -0800 Subject: [PATCH] Update changelog Add an entry and move an entry. --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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)