Update changelog

This commit is contained in:
Andrew Eisenberg 2023-01-17 15:05:22 -08:00
parent b625b628b7
commit 5b9b480165

View file

@ -3,6 +3,9 @@
## [UNRELEASED]
- Python automatic dependency installation will no longer fail for projects using Poetry that specify `virtualenvs.options.no-pip = true` in their `poetry.toml`. [#1431](https://github.com/github/codeql-action/pull/1431).
- Avoid printing a stack trace and error message when the action fails to find the SHA at the
current directory. This will happen in several non-error states and so we now avoid cluttering the
log with this message. [#1485](https://github.com/github/codeql-action/pull/1485)
## 2.1.38 - 12 Jan 2023