diff --git a/CHANGELOG.md b/CHANGELOG.md index b06fd4442..779c5094e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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