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 main into releases/v2 #1436

Merged
merged 23 commits into from Dec 14, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
4e81e29
Bump certifi in /python-setup/tests/poetry/python-3.8
dependabot[bot] Dec 8, 2022
6fec2ab
Merge pull request #1427 from github/dependabot/pip/python-setup/test…
aeisenberg Dec 8, 2022
0133049
Update changelog and version after v2.1.36
invalid-email-address Dec 8, 2022
e58b8d6
Update checked-in dependencies
invalid-email-address Dec 8, 2022
8960790
Merge pull request #1429 from github/mergeback/v2.1.36-to-main-a669cc59
cklin Dec 8, 2022
e67ad6a
Add telemetry for uploading failed runs
henrymercer Dec 8, 2022
a409f43
Handle non-string `with` inputs
henrymercer Dec 8, 2022
dc9c1c1
Add regression test for `upload: false`
henrymercer Dec 8, 2022
118e294
Record the stack trace if applicable
henrymercer Dec 8, 2022
5aced81
Update bundle version to `codeql-bundle-20221211`
henrymercer Dec 12, 2022
9438015
Add changelog note
henrymercer Dec 12, 2022
d827cf3
remove use of query-string package
nickfyson Dec 12, 2022
54d25f5
use .has for searchParams instead of checking for undefined
nickfyson Dec 12, 2022
53ab991
Merge pull request #1434 from github/nickfyson/remove-query-string
nickfyson Dec 12, 2022
b7b875e
Reuse existing fields in post-init status report
henrymercer Dec 12, 2022
dd7c3ef
Remove debugging log statements
henrymercer Dec 12, 2022
899bf9c
Merge pull request #1432 from github/henrymercer/init-post-telemetry
henrymercer Dec 12, 2022
ccee4c6
Add tests for CODE_SCANNING_REF
orhantoy Dec 13, 2022
f629dad
Merge branch 'main' into henrymercer/use-codeql-2.11.6
henrymercer Dec 13, 2022
b7028af
Make sure env is reset between tests
orhantoy Dec 13, 2022
37a4496
Merge pull request #1433 from github/henrymercer/use-codeql-2.11.6
henrymercer Dec 13, 2022
d58039a
Merge pull request #1435 from github/orhantoy/add-CODE_SCANNING_REF-t…
orhantoy Dec 13, 2022
10ca836
Update changelog for v2.1.37
invalid-email-address Dec 14, 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
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# CodeQL Action Changelog

## 2.1.37 - 14 Dec 2022

- Update default CodeQL bundle version to 2.11.6. [#1433](https://github.com/github/codeql-action/pull/1433)

## 2.1.36 - 08 Dec 2022

- Update default CodeQL bundle version to 2.11.5. [#1412](https://github.com/github/codeql-action/pull/1412)
Expand Down
2 changes: 1 addition & 1 deletion lib/actions-util.js.map

Large diffs are not rendered by default.

24 changes: 24 additions & 0 deletions lib/actions-util.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/actions-util.test.js.map

Large diffs are not rendered by default.

5 changes: 2 additions & 3 deletions lib/codeql.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/codeql.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-20221202"
"bundleVersion": "codeql-bundle-20221211"
}
41 changes: 30 additions & 11 deletions lib/init-action-post-helper.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/init-action-post-helper.js.map

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

53 changes: 46 additions & 7 deletions lib/init-action-post-helper.test.js

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