Skip to content

Commit 60e58b4

Browse files
authored
Merge branch 'main' into henrymercer/discontinue-v1
2 parents 28c93a0 + 40cfcb0 commit 60e58b4

File tree

4 files changed

+11
-6
lines changed

4 files changed

+11
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
## [UNRELEASED]
44

55
- CodeQL Action v1 is now discontinued, and is no longer updated or supported. For better performance, improved security, and new features, upgrade to v2. For more information, see [this changelog post](https://github.blog/changelog/2022-04-27-code-scanning-deprecation-of-codeql-action-v1/). [#1467](https://github.com/github/codeql-action/pull/1466)
6-
- 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+
- 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).
7+
- Avoid printing a stack trace and error message when the action fails to find the SHA at the
8+
current directory. This will happen in several non-error states and so we now avoid cluttering the
9+
log with this message. [#1485](https://github.com/github/codeql-action/pull/1485)
710

811
## 2.1.38 - 12 Jan 2023
912

lib/actions-util.js

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)