-
Notifications
You must be signed in to change notification settings - Fork 373
Closed
Labels
CodeQL ActionThis repo! Helps for internal planningThis repo! Helps for internal planningenhancementNew feature or requestNew feature or request
Description
ref: 8c692b3
Line 11 in 9ba4d50
- 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.
Warning: An error occurred while trying to automatically install Python dependencies: Error: The process '/usr/bin/python3' failed with exit code 1
Metadata
Metadata
Assignees
Labels
CodeQL ActionThis repo! Helps for internal planningThis repo! Helps for internal planningenhancementNew feature or requestNew feature or request