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 v1 #899

Merged
merged 35 commits into from Jan 31, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
752ae57
Ensure loadApiError is caught
aeisenberg Jan 21, 2022
e175dea
Update changelog
aeisenberg Jan 21, 2022
f18151c
Update error message and remove feature flag preloading
aeisenberg Jan 21, 2022
7d8ca8f
Update changelog and version after v1.0.30
invalid-email-address Jan 24, 2022
5604c0a
1.0.31
invalid-email-address Jan 24, 2022
392316b
Update checked-in dependencies
invalid-email-address Jan 24, 2022
708446c
Merge pull request #884 from github/mergeback/v1.0.30-to-main-8b37404d
edoardopirovano Jan 24, 2022
0479586
Bump node-fetch from 2.6.1 to 2.6.7 in /runner
dependabot[bot] Jan 24, 2022
1a686e7
Remove old upload path
rneatherway Jan 24, 2022
751af2a
Set contentType for database uploads
rneatherway Jan 24, 2022
ba352d3
Merge branch 'main' into aeisenberg/better-error
aeisenberg Jan 24, 2022
806fc12
Reword changelog entry and add back test
aeisenberg Jan 24, 2022
e6bcd71
Remove `experimental` warning message for custom packs
aeisenberg Jan 24, 2022
10249d1
Update tests to remove feature flag
rneatherway Jan 24, 2022
f8c38c1
Update changelog
aeisenberg Jan 24, 2022
8a36468
Merge pull request #882 from github/aeisenberg/better-error
aeisenberg Jan 24, 2022
1f7dab4
Merge branch 'main' into aeisenberg/remove-experiemental-message
aeisenberg Jan 24, 2022
1c9a1f5
Merge pull request #888 from github/aeisenberg/remove-experiemental-m…
aeisenberg Jan 25, 2022
e13c8bb
Merge branch 'main' into rneatherway/remove-old-upload-path
rneatherway Jan 25, 2022
d3a0787
Merge pull request #886 from github/rneatherway/remove-old-upload-path
rneatherway Jan 25, 2022
d6360c9
Merge branch 'main' into rneatherway/content-type
rneatherway Jan 25, 2022
486633d
Try string literal key
rneatherway Jan 25, 2022
05981c5
Merge branch 'main' into dependabot/npm_and_yarn/runner/node-fetch-2.6.7
aeisenberg Jan 25, 2022
5f30e24
Merge branch 'rneatherway/content-type' of github.com:github/codeql-a…
rneatherway Jan 25, 2022
5e23536
Merge pull request #887 from github/rneatherway/content-type
rneatherway Jan 25, 2022
14b1fec
Merge branch 'main' into dependabot/npm_and_yarn/runner/node-fetch-2.6.7
aeisenberg Jan 28, 2022
3b831aa
Merge pull request #885 from github/dependabot/npm_and_yarn/runner/no…
aeisenberg Jan 29, 2022
bc4366e
Bump node-fetch from 2.6.1 to 2.6.7
dependabot[bot] Jan 29, 2022
9673b56
Bump sinon from 11.1.2 to 13.0.0
dependabot[bot] Jan 29, 2022
c337e5f
Update checked-in dependencies
invalid-email-address Jan 29, 2022
6410c06
Update checked-in dependencies
invalid-email-address Jan 29, 2022
c260382
Merge pull request #894 from github/dependabot/npm_and_yarn/sinon-13.0.0
henrymercer Jan 31, 2022
1498bce
Merge branch 'main' into dependabot/npm_and_yarn/node-fetch-2.6.7
henrymercer Jan 31, 2022
3a741b6
Merge pull request #892 from github/dependabot/npm_and_yarn/node-fetc…
henrymercer Jan 31, 2022
bbb9c53
1.0.31
invalid-email-address Jan 31, 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
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,10 @@
# CodeQL Action and CodeQL Runner Changelog

## 1.0.31 - 31 Jan 2022

- Remove `experimental` message when using custom CodeQL packages. [#888](https://github.com/github/codeql-action/pull/888)
- Add a better warning message stating that experimental features will be disabled if the workflow has been triggered by a pull request from a fork or the `security-events: write` permission is not present. [#882](https://github.com/github/codeql-action/pull/882)

## 1.0.30 - 24 Jan 2022

- Display a better error message when encountering a workflow that runs the `codeql-action/init` action multiple times. [#876](https://github.com/github/codeql-action/pull/876)
Expand Down
5 changes: 0 additions & 5 deletions lib/analyze-action.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-action.js.map

Large diffs are not rendered by default.

5 changes: 1 addition & 4 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.

32 changes: 11 additions & 21 deletions lib/database-upload.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/database-upload.js.map

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

15 changes: 6 additions & 9 deletions lib/database-upload.test.js

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