You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,10 @@
1
1
# CodeQL Action and CodeQL Runner Changelog
2
2
3
-
## [UNRELEASED]
3
+
## 1.0.2 - 17 Jun 2021
4
+
5
+
- Fix out of memory in hash computation. [#550](https://github.com/github/codeql-action/pull/550)
6
+
- Clean up logging during analyze results. [#557](https://github.com/github/codeql-action/pull/557)
7
+
- Add `--finalize-dataset` to `database finalize` call, freeing up some disk space after database creation. [#558](https://github.com/github/codeql-action/pull/558)
0 commit comments