Skip to content

Commit 40cfcb0

Browse files
authored
Merge pull request #1485 from github/aeisenberg/comitoid-message
Hide error message and stack for non-error
2 parents 32be38e + e6e3bf4 commit 40cfcb0

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
## [UNRELEASED]
44

55
- 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)
69

710
## 2.1.38 - 12 Jan 2023
811

lib/actions-util.js

+3-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)