Robert Brignull
|
8a821a9c35
|
Add logger to checkoutExternalRepository
|
2020-09-01 13:53:59 +01:00 |
|
Robert
|
b8f7e0ff0f
|
Merge pull request #166 from github/update-v1-5bd2832b
Merge main into v1
|
2020-09-01 13:30:36 +01:00 |
|
Robert Brignull
|
1548b771cb
|
Merge remote-tracking branch 'origin/main' into runner_analyze
|
2020-08-28 17:28:14 +01:00 |
|
Robert Brignull
|
a0b54fc7ab
|
fix tests
|
2020-08-28 17:28:05 +01:00 |
|
Robert Brignull
|
aa7e2fe91b
|
automatically import env in autobuild
|
2020-08-28 17:22:26 +01:00 |
|
Sam Partington
|
abf5854149
|
Extract more common test code to function
|
2020-08-28 17:20:40 +01:00 |
|
Sam Partington
|
23cf700e38
|
Extract common test code to a function
https://github.com/github/codeql-action/pull/165#discussion_r479396850
|
2020-08-28 17:13:06 +01:00 |
|
Robert Brignull
|
c3d6602e8a
|
use ToolRunner directly instead of exec wrapper
|
2020-08-28 16:59:34 +01:00 |
|
Sam Partington
|
831c686d9b
|
Add details of queries property to README
|
2020-08-28 16:58:15 +01:00 |
|
Robert
|
5bd2832b32
|
Merge pull request #164 from github/npm_test_os
Run `npm test` on linux and macos
|
2020-08-28 16:57:28 +01:00 |
|
Sam Partington
|
ab8d9eccc9
|
Add a test which combines workflow queries and disabling the defaults
|
2020-08-28 16:53:11 +01:00 |
|
Sam Partington
|
82000c26c8
|
Allow "additive" queries in workflow by prefixing with "+"
See discussion on https://github.com/github/code-scanning/issues/1446
|
2020-08-28 16:45:57 +01:00 |
|
Robert
|
b1d719eeeb
|
fix tests on non-linux
|
2020-08-28 15:13:14 +01:00 |
|
Robert
|
da1c00f5c8
|
Run npm test on all operating systems
|
2020-08-28 15:10:47 +01:00 |
|
Robert Brignull
|
80e2c4fe4a
|
improve error message when config is not found
|
2020-08-28 09:43:25 +01:00 |
|
Robert Brignull
|
37bac22443
|
Make runner arg descriptions more consistent
|
2020-08-28 09:35:37 +01:00 |
|
Robert Brignull
|
57f03d3bd0
|
Remove hash from temp dir
|
2020-08-28 09:27:28 +01:00 |
|
Robert Brignull
|
6c8f96d781
|
Log that we're clearing the temp dir
|
2020-08-27 16:45:41 +01:00 |
|
Robert Brignull
|
3dfaa88a1d
|
Remove process of auth
|
2020-08-27 16:45:28 +01:00 |
|
Robert Brignull
|
1fd45d7407
|
address review comments
|
2020-08-27 16:34:09 +01:00 |
|
Robert Brignull
|
6f422a4303
|
add debug mode to limit output
|
2020-08-27 14:26:44 +01:00 |
|
Robert Brignull
|
f80d660e33
|
check environment before running autobuild or analyze
|
2020-08-27 14:22:16 +01:00 |
|
Robert Brignull
|
a542021200
|
make --language optional to autobuild and detect dominant language
|
2020-08-27 14:08:54 +01:00 |
|
Robert Brignull
|
b42ed69542
|
Update temp dir and tools dir
|
2020-08-27 14:08:41 +01:00 |
|
Marco Gario
|
8229390c1d
|
Merge pull request #163 from github/codeql_bundle_20200826
CodeQL Bundle: 20200826
|
2020-08-27 14:54:09 +02:00 |
|
Robert Brignull
|
39b361ed69
|
Remove dependence of GITHUB_REPOSITORY env var
|
2020-08-27 11:06:14 +01:00 |
|
Robert Brignull
|
688df282cd
|
fix exporting env vars on linux
|
2020-08-26 16:40:58 +01:00 |
|
Robert Brignull
|
e9bfa56061
|
inline inject-tracer.ps1
|
2020-08-26 16:20:36 +01:00 |
|
Robert Brignull
|
1f2bd10757
|
add newline to output
|
2020-08-26 16:20:36 +01:00 |
|
Robert Brignull
|
1c004b9275
|
inline tracer-env.js
|
2020-08-26 16:20:36 +01:00 |
|
Robert Brignull
|
f5d645fc73
|
Fix use of wrong URL
|
2020-08-26 16:20:36 +01:00 |
|
Robert Brignull
|
3ffe4b7421
|
Add code to output required env to files
|
2020-08-26 16:20:36 +01:00 |
|
Robert Brignull
|
217483dfd6
|
Convert rest of the actions
|
2020-08-26 16:20:36 +01:00 |
|
Marco Gario
|
b1aa99c6de
|
Merge branch 'main' into codeql_bundle_20200826
|
2020-08-26 16:42:16 +02:00 |
|
Marco Gario
|
7e207743ab
|
Update defaults.json
|
2020-08-26 16:28:44 +02:00 |
|
Robert
|
aac5eb2aea
|
Merge pull request #159 from github/rename_cli
Rename CLI to CodeQL runner
codeql-bundle-20200826
|
2020-08-26 15:03:23 +01:00 |
|
Robert Brignull
|
09677dada5
|
rename CLI to runner
|
2020-08-25 17:44:30 +01:00 |
|
Robert
|
fe756603d9
|
Merge pull request #152 from github/vercel/pkg
Add vercel/pkg to create standalone CLI
|
2020-08-25 17:42:54 +01:00 |
|
Robert Brignull
|
80a22f43d8
|
Merge branch 'main' into vercel/pkg
|
2020-08-25 15:58:59 +01:00 |
|
Robert
|
c039c3b7a4
|
Merge pull request #158 from github/tracer-config
Break out tracer-config.ts to its own file
|
2020-08-25 15:20:36 +01:00 |
|
Robert
|
2df51e04f7
|
Merge branch 'main' into tracer-config
|
2020-08-25 15:05:15 +01:00 |
|
Sam Partington
|
abddb8bf00
|
Merge pull request #127 from github/query-overriding
Allow queries to be specified in the workflow configuration, overriding those set in the config file
|
2020-08-25 14:29:40 +01:00 |
|
Sam Partington
|
e997bdf637
|
Merge branch 'main' into query-overriding
|
2020-08-25 14:21:33 +01:00 |
|
Sam Partington
|
ab4e7216d3
|
Don't refer to config file in contexts where it's not relevant
https://github.com/github/codeql-action/pull/127#discussion_r476366221
|
2020-08-25 14:19:16 +01:00 |
|
Robert Brignull
|
1fb8d3b712
|
fix test workflow again
|
2020-08-25 12:00:04 +01:00 |
|
Robert Brignull
|
c3c86d82ae
|
Merge remote-tracking branch 'origin/main' into vercel/pkg
the commit.
|
2020-08-25 11:49:44 +01:00 |
|
Esben Sparre Andreasen
|
ab457bef49
|
Merge pull request #139 from github/support-multiple-checkouts
Support checkout of multiple refs for a single repository
|
2020-08-25 12:48:09 +02:00 |
|
Robert Brignull
|
d6daa45d0b
|
update test workflow
|
2020-08-25 11:46:13 +01:00 |
|
Robert Brignull
|
0bb8872e19
|
remove build-cli from top-level package.json
|
2020-08-25 11:45:01 +01:00 |
|
Esben Sparre Andreasen
|
c562bfbd92
|
Merge branch 'main' into support-multiple-checkouts
|
2020-08-25 12:35:47 +02:00 |
|