Skip to content

Commit e41f8ba

Browse files
authored
Merge pull request #1131 from github/update-v1.1.15-3f62b754
Merge releases/v2 into releases/v1
2 parents 714ec5a + eb96193 commit e41f8ba

34 files changed

+3339
-239
lines changed

.github/workflows/python-deps.yml

Lines changed: 9 additions & 0 deletions
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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# CodeQL Action Changelog
22

3+
## 1.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
## 1.1.14 - 22 Jun 2022
410

511
No user facing changes.

lib/analyze-action.js

Lines changed: 5 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/analyze-action.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/analyze.js

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/analyze.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/analyze.test.js

Lines changed: 70 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy