mirror of
https://github.com/github/codeql-action
synced 2026-05-22 00:00:34 +03:00
Update CHANGELOG.md
This commit is contained in:
@@ -120,6 +120,10 @@ jobs:
|
||||
matrix:
|
||||
python_deps_type: [pipenv, poetry, requirements, setup_py]
|
||||
python_version: [2, 3]
|
||||
exclude:
|
||||
# Python2 and poetry are not supported. See https://github.com/actions/setup-python/issues/374
|
||||
- python_version: 2
|
||||
python_deps_type: poetry
|
||||
|
||||
env:
|
||||
PYTHON_DEPS_TYPE: ${{ matrix.python_deps_type }}
|
||||
|
||||
+1
-1
@@ -2,7 +2,7 @@
|
||||
|
||||
## [UNRELEASED]
|
||||
|
||||
- The combination of python2 and poetry is no longer supported. See https://github.com/actions/setup-python/issues/374 for more details.
|
||||
- The combination of python2 and poetry is no longer supported. See https://github.com/actions/setup-python/issues/374 for more details. [#1124](https://github.com/github/codeql-action/pull/1124)
|
||||
|
||||
## 2.1.14 - 22 Jun 2022
|
||||
|
||||
|
||||
Reference in New Issue
Block a user