Robert
|
e05e9e6b5d
|
Merge pull request #160 from github/rename_entrypoints
Rename the action entrypoint files
|
2020-08-25 11:31:17 +01:00 |
|
Esben Sparre Andreasen
|
05f620754e
|
Merge branch 'main' into support-multiple-checkouts
|
2020-08-25 12:25:42 +02:00 |
|
Robert
|
85c7ad0ecd
|
Merge branch 'main' into rename_entrypoints
|
2020-08-25 11:10:22 +01:00 |
|
Robert
|
570a0d7142
|
Merge pull request #161 from github/lib_clean
Clean up the lib directory
|
2020-08-25 11:10:11 +01:00 |
|
Robert Brignull
|
82fb31ed5e
|
make tests clearer
|
2020-08-25 11:09:07 +01:00 |
|
Nick Fyson
|
cd22abcda8
|
add example regex match for stdout/err string
|
2020-08-25 10:54:54 +01:00 |
|
Sam Partington
|
bdfd48264f
|
Merge branch 'main' into query-overriding
|
2020-08-25 10:39:53 +01:00 |
|
Esben Sparre Andreasen
|
eecc25f914
|
build typescript
|
2020-08-25 11:22:11 +02:00 |
|
Esben Sparre Andreasen
|
45b9e967ef
|
support checkout of multiple refs for a single repository
|
2020-08-25 11:22:08 +02:00 |
|
Sam Partington
|
129713f1a0
|
Handle errors in workflow queries correctly
|
2020-08-25 10:17:54 +01:00 |
|
Nick Fyson
|
45e00a8e6a
|
match existing behaviour when custom listeners defined
|
2020-08-24 18:35:22 +01:00 |
|
Sam Partington
|
7f19f9198a
|
Refactor common code to function and add missing test
|
2020-08-24 15:53:24 +01:00 |
|
Robert Brignull
|
9c015b7e83
|
cleanup lib
|
2020-08-24 15:18:26 +01:00 |
|
Robert Brignull
|
4bc0c2b0e7
|
clean the lib dir before building
|
2020-08-24 15:18:01 +01:00 |
|
Robert Brignull
|
9e342a9b83
|
rename the action entrypoint files
|
2020-08-24 15:15:26 +01:00 |
|
Sam Partington
|
c6f02973ac
|
Prevent queries in workflow overriding default queries
https://github.com/github/codeql-action/pull/127#pullrequestreview-463207781
|
2020-08-24 14:42:05 +01:00 |
|
Robert Brignull
|
88d9e95da6
|
add minimal instructions for building CLI
|
2020-08-24 14:04:29 +01:00 |
|
Robert Brignull
|
3c5b7fba82
|
update node_modules
|
2020-08-24 14:02:55 +01:00 |
|
Robert Brignull
|
a6e6d4b72b
|
move dependencies needed to build CLI to separate package.json
|
2020-08-24 14:02:49 +01:00 |
|
Robert
|
06fb4821bc
|
Merge pull request #157 from github/update-v1-bd54c20d
Merge main into v1
|
2020-08-24 13:46:18 +01:00 |
|
Robert Brignull
|
407ef0ac11
|
Break out tracer-config.ts
|
2020-08-24 12:53:09 +01:00 |
|
Nick Fyson
|
2b27c68c84
|
add exec_wrapper function
|
2020-08-24 11:22:25 +01:00 |
|
Robert
|
bd54c20d3e
|
Merge pull request #153 from github/add_env_to_config
Add tempDir and codeQLCmd fields to the config
|
2020-08-21 11:00:48 +01:00 |
|
Robert Brignull
|
0e8b30af75
|
Merge branch 'main' into add_env_to_config
|
2020-08-21 10:32:58 +01:00 |
|
Robert
|
1f5a571dfc
|
Merge pull request #151 from github/action_libs_query
Add query to detect use of actions libs
|
2020-08-21 10:31:20 +01:00 |
|
Robert
|
d193e5f876
|
Merge branch 'main' into action_libs_query
|
2020-08-21 10:07:22 +01:00 |
|
Robert
|
5d49d011a2
|
Merge pull request #144 from github/language_parsing
Refactor language parsing
|
2020-08-21 10:07:06 +01:00 |
|
Robert Brignull
|
038c4ebdf7
|
add CodeQL cmd to config
|
2020-08-19 15:57:13 +01:00 |
|
Robert Brignull
|
360e77a083
|
remove direct accesses to RUNNER_TEMP
|
2020-08-19 15:25:27 +01:00 |
|
Robert Brignull
|
9c29fe283d
|
add tempDir and toolCacheDir to config
|
2020-08-19 15:11:49 +01:00 |
|
Robert Brignull
|
574b5dc4e9
|
Merge branch 'main' into language_parsing
|
2020-08-19 09:40:47 +01:00 |
|
Esben Sparre Andreasen
|
e9e2284547
|
Merge pull request #138 from github/esbena/additional-codeql-options
Support additional codeql options
|
2020-08-18 10:35:18 +02:00 |
|
Esben Sparre Andreasen
|
9597f2e889
|
build typescript
|
2020-08-18 08:32:33 +02:00 |
|
Esben Sparre Andreasen
|
fd94b16cf5
|
use template strings instead of concatenations
|
2020-08-18 08:32:04 +02:00 |
|
Esben Sparre Andreasen
|
288f49eee5
|
use ExtraOptions in codeql commands
|
2020-08-18 08:32:03 +02:00 |
|
Esben Sparre Andreasen
|
c2b7b7f977
|
add getExtraOptions utility
|
2020-08-18 08:32:03 +02:00 |
|
Esben Sparre Andreasen
|
008b0062c6
|
add ExtraOptions type for codeql commands
|
2020-08-18 08:32:03 +02:00 |
|
Sam Partington
|
517d9fad41
|
Improve description of queries property
Co-authored-by: Alistair Christie <54933897+hubwriter@users.noreply.github.com>
|
2020-08-17 16:33:47 +01:00 |
|
Robert Brignull
|
d6fbafb242
|
add tests
|
2020-08-17 13:34:55 +01:00 |
|
Robert Brignull
|
1943ed432b
|
use enum
|
2020-08-17 13:34:34 +01:00 |
|
Robert Brignull
|
00eee2b7ee
|
Merge branch 'main' into language_parsing
|
2020-08-17 13:21:02 +01:00 |
|
Robert
|
c5e07ebfcc
|
Merge pull request #149 from github/max_threads
Use all available threads for analysis
|
2020-08-17 13:12:30 +01:00 |
|
Robert
|
ce75b488a5
|
Merge pull request #150 from github/update-v1-e9efcf19
Merge main into v1
|
2020-08-17 12:52:09 +01:00 |
|
Robert Brignull
|
96ded2b500
|
Merge remote-tracking branch 'origin/main' into max_threads
|
2020-08-17 12:47:19 +01:00 |
|
Robert Brignull
|
5eb3736850
|
move maxThreads outside of loop
|
2020-08-17 12:46:55 +01:00 |
|
Robert Brignull
|
d49b8673bb
|
fix alerts
|
2020-08-17 12:42:23 +01:00 |
|
Robert Brignull
|
f92a68048c
|
add query to detect use of actions libs
|
2020-08-17 12:32:22 +01:00 |
|
Chris Gavin
|
e9efcf1900
|
Merge pull request #145 from github/chrisgavin/default-bundle-version-json
Store the default CodeQL bundle version in a JSON file.
|
2020-08-14 16:12:59 +01:00 |
|
Chris Gavin
|
73c73baaa2
|
Merge branch 'main' into chrisgavin/default-bundle-version-json
|
2020-08-14 15:53:07 +01:00 |
|
Robert Brignull
|
aaeb9751bb
|
use all available threads for analysis
|
2020-08-14 14:24:08 +01:00 |
|