Merge remote-tracking branch 'upstream/v1' into aeisenberg/mergeback-fix

This commit is contained in:
Andrew Eisenberg 2021-05-31 10:09:13 -07:00
commit 7d701d23e3
2 changed files with 2 additions and 3 deletions

View file

@ -8,8 +8,7 @@ import json
import datetime
import os
EMPTY_CHANGELOG = """
# CodeQL Action and CodeQL Runner Changelog
EMPTY_CHANGELOG = """# CodeQL Action and CodeQL Runner Changelog
## [UNRELEASED]

View file

@ -1,6 +1,6 @@
# CodeQL Action and CodeQL Runner Changelog
## [UNRELEASED]
## 1.0.0 - 31 May 2021
- Add this changelog file. [#507](https://github.com/github/codeql-action/pull/507)
- Improve grouping of analysis logs. Add a new log group containing a summary of metrics and diagnostics, if they were produced by CodeQL builtin queries. [#515](https://github.com/github/codeql-action/pull/515)