From 5b9b480165cbc43336e2b5a58d38481ec1f3e6df Mon Sep 17 00:00:00 2001 From: Andrew Eisenberg Date: Tue, 17 Jan 2023 15:05:22 -0800 Subject: [PATCH] Update changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b06fd4442f..779c5094e1 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