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
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,9 @@
3
3
## [UNRELEASED]
4
4
5
5
- 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).
6
+
- Avoid printing a stack trace and error message when the action fails to find the SHA at the
7
+
current directory. This will happen in several non-error states and so we now avoid cluttering the
8
+
log with this message. [#1485](https://github.com/github/codeql-action/pull/1485)
0 commit comments