Pin poetry to 1.1

This commit is contained in:
Edoardo Pirovano 2022-08-31 13:06:02 +01:00
parent 693b97bf50
commit 8c692b37a0
No known key found for this signature in database
GPG key ID: 047556B5D93FFE28
3 changed files with 5 additions and 4 deletions

View file

@ -4,6 +4,7 @@
- Downloading CodeQL packs has been moved to the `init` step. Previously, CodeQL packs were downloaded during the `analyze` step. [#1218](https://github.com/github/codeql-action/pull/1218)
- Update default CodeQL bundle version to 2.10.4. [#1224](https://github.com/github/codeql-action/pull/1224)
- 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.
## 2.1.21 - 25 Aug 2022