Skip to content

Commit b9deefb

Browse files
authored
Merge branch 'main' into aeisenberg/multi-lang-packs
2 parents b38dc80 + 7c4d0e0 commit b9deefb

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.github/workflows/python-deps.yml

+9
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ jobs:
1818
os: [ubuntu-latest, macos-latest]
1919
python_deps_type: [pipenv, poetry, requirements, setup_py]
2020
python_version: [2, 3]
21+
exclude:
22+
# Python2 and poetry are not supported. See https://github.com/actions/setup-python/issues/374
23+
- python_version: 2
24+
python_deps_type: poetry
25+
2126

2227
env:
2328
PYTHON_DEPS_TYPE: ${{ matrix.python_deps_type }}
@@ -115,6 +120,10 @@ jobs:
115120
matrix:
116121
python_deps_type: [pipenv, poetry, requirements, setup_py]
117122
python_version: [2, 3]
123+
exclude:
124+
# Python2 and poetry are not supported. See https://github.com/actions/setup-python/issues/374
125+
- python_version: 2
126+
python_deps_type: poetry
118127

119128
env:
120129
PYTHON_DEPS_TYPE: ${{ matrix.python_deps_type }}

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## [UNRELEASED]
44

55
- CodeQL query packs listed in the `packs` configuration field will be skipped if their target language is not being analyzed in the current Actions job. Previously, this would throw an error. [#1116](https://github.com/github/codeql-action/pull/1116)
6+
- 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)
67

78
## 2.1.14 - 22 Jun 2022
89

0 commit comments

Comments
 (0)