Compare commits

...

4 Commits

Author SHA1 Message Date
Robert
c8167ad2a9 Merge remote-tracking branch 'origin/v1' into update-v1.0.2-f6d1bad8 2021-06-21 10:11:39 +01:00
github-actions[bot]
ce0c6ce5ee 1.0.2 2021-06-21 09:02:02 +00:00
Andrew Eisenberg
37f75f1702 Merge pull request #570 from github/update-v1.0.2-0b1f4a01
Merge main into v1
2021-06-17 11:01:25 -07:00
github-actions[bot]
028a76e6db 1.0.2 2021-06-17 10:39:32 -07:00

View File

@@ -1,6 +1,11 @@
# CodeQL Action and CodeQL Runner Changelog
## [UNRELEASED]
## 1.0.2 - 21 Jun 2021
## 1.0.2 - 17 Jun 2021
- Fix out of memory in hash computation. [#550](https://github.com/github/codeql-action/pull/550)
- Clean up logging during analyze results. [#557](https://github.com/github/codeql-action/pull/557)
- Add `--finalize-dataset` to `database finalize` call, freeing up some disk space after database creation. [#558](https://github.com/github/codeql-action/pull/558)
## 1.0.1 - 07 Jun 2021