Andrew Eisenberg
3b831aafd9
Merge pull request #885 from github/dependabot/npm_and_yarn/runner/node-fetch-2.6.7
...
Bump node-fetch from 2.6.1 to 2.6.7 in /runner
2022-01-28 17:15:15 -08:00
Andrew Eisenberg
14b1fecf33
Merge branch 'main' into dependabot/npm_and_yarn/runner/node-fetch-2.6.7
2022-01-28 15:42:46 -08:00
Robin Neatherway
5e23536180
Merge pull request #887 from github/rneatherway/content-type
...
Set contentType for database uploads
2022-01-25 18:40:57 +00:00
Robin Neatherway
5f30e2466f
Merge branch 'rneatherway/content-type' of github.com:github/codeql-action into rneatherway/content-type
2022-01-25 17:17:21 +00:00
Andrew Eisenberg
05981c5829
Merge branch 'main' into dependabot/npm_and_yarn/runner/node-fetch-2.6.7
2022-01-25 08:57:02 -08:00
Robin Neatherway
486633d442
Try string literal key
2022-01-25 16:33:09 +00:00
Robin Neatherway
d6360c9075
Merge branch 'main' into rneatherway/content-type
2022-01-25 15:21:13 +00:00
Robin Neatherway
d3a0787934
Merge pull request #886 from github/rneatherway/remove-old-upload-path
...
Remove old upload path
2022-01-25 14:08:16 +00:00
Robin Neatherway
e13c8bbfb7
Merge branch 'main' into rneatherway/remove-old-upload-path
2022-01-25 12:36:23 +00:00
Andrew Eisenberg
1c9a1f5d01
Merge pull request #888 from github/aeisenberg/remove-experiemental-message
...
Remove `experimental` warning message for custom packs
2022-01-24 17:03:09 -08:00
Andrew Eisenberg
1f7dab4ba2
Merge branch 'main' into aeisenberg/remove-experiemental-message
2022-01-24 13:30:45 -08:00
Andrew Eisenberg
8a36468d11
Merge pull request #882 from github/aeisenberg/better-error
...
Ensure loadApiError is caught
2022-01-24 12:05:09 -08:00
Andrew Eisenberg
f8c38c1af3
Update changelog
2022-01-24 09:54:17 -08:00
Robin Neatherway
10249d1591
Update tests to remove feature flag
2022-01-24 17:53:09 +00:00
Andrew Eisenberg
e6bcd71529
Remove experimental warning message for custom packs
2022-01-24 09:40:46 -08:00
Andrew Eisenberg
806fc12eb2
Reword changelog entry and add back test
2022-01-24 09:25:52 -08:00
Andrew Eisenberg
ba352d365b
Merge branch 'main' into aeisenberg/better-error
2022-01-24 08:56:14 -08:00
Robin Neatherway
751af2a9e3
Set contentType for database uploads
2022-01-24 15:54:46 +00:00
Robin Neatherway
1a686e7d76
Remove old upload path
...
The `useUploadDomain` approach is now fully enabled
2022-01-24 15:47:08 +00:00
dependabot[bot]
0479586f61
Bump node-fetch from 2.6.1 to 2.6.7 in /runner
...
Bumps [node-fetch](https://github.com/node-fetch/node-fetch ) from 2.6.1 to 2.6.7.
- [Release notes](https://github.com/node-fetch/node-fetch/releases )
- [Changelog](https://github.com/node-fetch/node-fetch/blob/main/docs/CHANGELOG.md )
- [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.1...v2.6.7 )
---
updated-dependencies:
- dependency-name: node-fetch
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-24 13:34:40 +00:00
Edoardo Pirovano
708446c6e4
Merge pull request #884 from github/mergeback/v1.0.30-to-main-8b37404d
...
Mergeback v1.0.30 refs/heads/v1 into main
2022-01-24 13:33:55 +00:00
github-actions[bot]
392316b555
Update checked-in dependencies
2022-01-24 13:16:43 +00:00
github-actions[bot]
5604c0a3ad
1.0.31
2022-01-24 13:01:42 +00:00
github-actions[bot]
7d8ca8fa93
Update changelog and version after v1.0.30
2022-01-24 13:01:40 +00:00
Edoardo Pirovano
8b37404d56
Merge pull request #883 from github/update-v1.0.30-a7adbce2
...
Merge main into v1
v1.0.30
2022-01-24 13:00:42 +00:00
github-actions[bot]
c180f23bb1
1.0.30
2022-01-24 11:30:41 +00:00
Edoardo Pirovano
a7adbce22c
Merge pull request #877 from github/codeql-cli-2.7.6
...
Update default CodeQL version to 2.7.6
2022-01-24 11:18:52 +00:00
Edoardo Pirovano
3b4e4d44dc
Update default CodeQL version to 2.7.6
2022-01-24 09:45:48 +00:00
Andrew Eisenberg
f18151cc59
Update error message and remove feature flag preloading
...
Discussion here https://github.com/github/codeql-action/pull/882#discussion_r789924177
shows that properly handling preloading feature flag errors is complex
and the benefit we get from it does not offset the complexity.
2022-01-21 11:20:48 -08:00
Andrew Eisenberg
e175dea369
Update changelog
2022-01-21 10:05:52 -08:00
Andrew Eisenberg
752ae5743f
Ensure loadApiError is caught
...
And add a better error message.
By using `void` instead of `await`, any error thrown is not caught
by surrounding try-catch blocks.
I could continue to use `void` and explicitly handle any thrown errors
by using `.catch`, but most likely the time savings is minimal and
this makes the code more complex.
2022-01-21 10:04:08 -08:00
Andrew Eisenberg
0dabead789
Merge pull request #876 from github/aeisenberg/multi-init
...
Include better error message
2022-01-21 08:42:06 -08:00
Andrew Eisenberg
5e69ce82f8
Merge branch 'main' into aeisenberg/multi-init
2022-01-21 08:04:13 -08:00
Edoardo Pirovano
fdb92bbffe
Merge pull request #881 from github/edoardo/respect-env
...
Respect extra options in a few `codeql` calls
2022-01-21 14:02:21 +00:00
Edoardo Pirovano
14b4839253
Respect extra options in a few codeql calls
2022-01-21 13:44:52 +00:00
Edoardo Pirovano
d76304cd8e
Merge pull request #880 from github/mergeback/v1.0.29-to-main-384cfc42
...
Mergeback v1.0.29 refs/heads/v1 into main
2022-01-21 11:53:08 +00:00
github-actions[bot]
57c4e974c2
Update checked-in dependencies
2022-01-21 11:23:59 +00:00
github-actions[bot]
c2fb041dc1
1.0.30
2022-01-21 11:12:16 +00:00
github-actions[bot]
ac9d34fbc6
Update changelog and version after v1.0.29
2022-01-21 11:12:14 +00:00
Edoardo Pirovano
384cfc42b2
Merge pull request #879 from github/update-v1.0.29-67c0353a
...
Merge main into v1
v1.0.29
2022-01-21 11:11:07 +00:00
github-actions[bot]
5a1e31dc6a
1.0.29
2022-01-21 10:47:33 +00:00
Edoardo Pirovano
67c0353a8c
Merge pull request #878 from github/revert-wait-for-processing
...
Revert "Start waiting for processing by default."
2022-01-21 10:45:30 +00:00
Chris Gavin
7ec25e02e3
Add a changelog note.
2022-01-21 10:26:18 +00:00
Chris Gavin
713eacdf6c
Revert "Start waiting for processing by default."
...
This reverts commit b661ef1697 .
2022-01-21 10:25:57 +00:00
Andrew Eisenberg
c8290d07f0
Update changelog
...
Add a line item for using a better error message.
Also, add a link for an entry that didn't have one before.
2022-01-20 10:31:43 -08:00
Andrew Eisenberg
51126e5cd1
Include better error message
...
When users call init multiple times.
2022-01-20 10:28:11 -08:00
Edoardo Pirovano
c0b507e521
Merge pull request #875 from github/mergeback/v1.0.28-to-main-8a4b243f
...
Mergeback v1.0.28 refs/heads/v1 into main
codeql-bundle-20220120
2022-01-18 22:21:27 +00:00
github-actions[bot]
d563b098d7
Update checked-in dependencies
2022-01-18 21:54:31 +00:00
github-actions[bot]
fca047627b
1.0.29
2022-01-18 21:35:32 +00:00
github-actions[bot]
28fe8e7028
Update changelog and version after v1.0.28
2022-01-18 21:35:30 +00:00