Skip to content

Commit 3f62b75

Browse files
authored
Merge pull request #1129 from github/update-v2.1.15-e8c48cc8
Merge main into releases/v2
2 parents 41a4ada + 26a6980 commit 3f62b75

34 files changed

+3339
-239
lines changed

Diff for: .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 }}

Diff for: CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# CodeQL Action Changelog
22

3+
## 2.1.15 - 28 Jun 2022
4+
5+
- 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)
7+
- Update default CodeQL bundle version to 2.10.0. [#1123](https://github.com/github/codeql-action/pull/1123)
8+
39
## 2.1.14 - 22 Jun 2022
410

511
No user facing changes.

Diff for: lib/analyze-action.js

+5-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: lib/analyze-action.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: lib/analyze.js

+8-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: lib/analyze.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: lib/analyze.test.js

+70
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)