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
- The newly released [Poetry 1.2](https://python-poetry.org/blog/announcing-poetry-1.2.0) is not yet supported. In the most common case where the CodeQL Action is automatically installing Python dependencies, it will continue to install and use Poetry 1.1 on its own. However, in certain cases such as with self-hosted runners, you may need to ensure Poetry 1.1 is installed yourself.
CodeQL will not work with projects that use the new Poetry 1.2 features, such as dependency-groups:
As the dev-dependencies is now deprecated, projects should migrate to the new group syntax as soon as possible. Keep in mind that the group syntax is a new feature of Poetry 1.2, and your project will not be buildable with Poetry 1.1 after migrating.
ref: 8c692b3
codeql-action/CHANGELOG.md
Line 11 in 9ba4d50
CodeQL will not work with projects that use the new Poetry 1.2 features, such as dependency-groups:
CodeQL error:
The text was updated successfully, but these errors were encountered: