Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge releases/v2 into releases/v1 #1226

Merged
merged 20 commits into from Sep 1, 2022
Merged
Show file tree
Hide file tree
Changes from 19 commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
0ee5049
Update changelog and version after v2.1.21
invalid-email-address Aug 25, 2022
54d5799
Update checked-in dependencies
invalid-email-address Aug 25, 2022
9128f1c
Merge pull request #1213 from github/mergeback/v2.1.21-to-main-c7f292ea
edoardopirovano Aug 25, 2022
34de8fd
Bump @octokit/types from 6.21.1 to 7.1.1
dependabot[bot] Aug 25, 2022
abafa5b
Update checked-in dependencies
invalid-email-address Aug 25, 2022
a59fbe2
Merge pull request #1215 from github/dependabot/npm_and_yarn/octokit/…
henrymercer Aug 25, 2022
0a2b0d2
Moves calls to pack download to the init action
aeisenberg Aug 26, 2022
354bc9f
Add Changelog entry
aeisenberg Aug 26, 2022
7294b40
Fix call to `endGroup`
aeisenberg Aug 30, 2022
d92a91c
Merge pull request #1218 from github/aeisenberg/move-pack-download-to…
aeisenberg Aug 30, 2022
693b97b
Bump CodeQL version to 2.10.4
edoardopirovano Aug 26, 2022
8c692b3
Pin `poetry` to 1.1
edoardopirovano Aug 31, 2022
a5966ad
Merge pull request #1224 from github/edoardo/2.10.4-bump
edoardopirovano Aug 31, 2022
b0f41e0
Update changelog for v2.1.22
invalid-email-address Sep 1, 2022
b398f52
Merge pull request #1225 from github/update-v2.1.22-a5966ad4
edoardopirovano Sep 1, 2022
e308a15
Revert "Update version and changelog for v1.1.21"
invalid-email-address Sep 1, 2022
fb784f3
Revert "Update checked-in dependencies"
invalid-email-address Sep 1, 2022
5e6975f
Merge remote-tracking branch 'origin/releases/v2' into update-v1.1.22…
invalid-email-address Sep 1, 2022
b6c8b30
Update version and changelog for v1.1.22
invalid-email-address Sep 1, 2022
4c7650d
Update checked-in dependencies
invalid-email-address Sep 1, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,11 @@
# CodeQL Action Changelog

## 1.1.22 - 01 Sep 2022

- 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.

## 1.1.21 - 25 Aug 2022

- Improve error messages when the code scanning configuration file includes an invalid `queries` block or an invalid `query-filters` block. [#1208](https://github.com/github/codeql-action/pull/1208)
Expand Down
9 changes: 0 additions & 9 deletions lib/analyze.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/analyze.js.map

Large diffs are not rendered by default.

31 changes: 30 additions & 1 deletion lib/config-utils.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/config-utils.js.map

Large diffs are not rendered by default.

68 changes: 68 additions & 0 deletions lib/config-utils.test.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/config-utils.test.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/defaults.json
@@ -1,3 +1,3 @@
{
"bundleVersion": "codeql-bundle-20220811"
"bundleVersion": "codeql-bundle-20220825"
}
29 changes: 21 additions & 8 deletions node_modules/.package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions node_modules/@octokit/openapi-types/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions node_modules/@octokit/openapi-types/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.