Simon Engledew
c5f58f3ee7
Markdown is not supported - roll back and fix typo
2020-11-25 13:06:51 +00:00
Simon Engledew
94b10dbb8f
See if markdown is supported
2020-11-25 12:46:37 +00:00
Simon Engledew
85aefe5fa4
Signpost the latest documentation in the warning
2020-11-25 12:45:13 +00:00
Simon Engledew
582f792089
Fix deprecated method Buffer.new
2020-11-25 12:38:45 +00:00
Simon Engledew
8d468d67de
Improve linting hints
2020-11-25 12:36:59 +00:00
Simon Engledew
c06dcf8fa2
Update source
2020-11-25 11:03:48 +00:00
Simon Engledew
92ffb08081
Tidy up ready for review
2020-11-24 17:21:25 +00:00
Simon Engledew
1020df5700
Merge branch 'main' into simon-engledew/lint-workspace
2020-11-24 14:55:54 +00:00
Simon Engledew
2ac22e8935
Send short codes that do not need URL encoding for better splunk tracing
2020-11-24 12:43:08 +00:00
Sam Partington
3ee4739b13
Make anonymous objects into variables for readability
2020-11-24 11:23:53 +00:00
Sam Partington
ab9b1a72db
Fix tests
...
Previously, most tests were using https://github.com and only the first was using https://github.example.com . As it happens, https://github.com works for all of them.
2020-11-24 11:10:25 +00:00
Simon Engledew
6df1fc5e38
Do not fail if the workflow has been deleted
2020-11-24 10:51:31 +00:00
Simon Engledew
754f502a84
Workflow triggers are null if unspecified
2020-11-24 10:25:58 +00:00
Simon Engledew
c0bd7b0b2b
Handle relative workflow paths
2020-11-24 09:56:10 +00:00
Simon Engledew
33bb87523e
Write a warning if there is an error with the workflow
2020-11-24 09:51:00 +00:00
Simon Engledew
7eb9dfcc60
Add a function that can lint a CodeQL action workflow
2020-11-23 17:29:19 +00:00
Sam Partington
20567b5888
Introduce parameter object for API params that travel together
2020-11-23 14:39:01 +00:00
Eric Cornelissen
6aaf0483f0
Merge branch 'main' into fix-typos
2020-11-20 14:32:12 +01:00
Eric Cornelissen
6ed5c82bb9
Merge branch 'main' into fix-typos
2020-11-20 13:59:16 +01:00
Chris Gavin
7091b81414
Merge branch 'main' into eslint-rule/no-shadow
2020-11-20 12:44:18 +00:00
Chris Gavin
a04d948b04
Merge branch 'main' into fix-minor-code-mistakes
2020-11-20 11:37:27 +00:00
Eric Cornelissen
35b050652a
Run npm run build
2020-11-20 11:48:25 +01:00
Eric Cornelissen
5416d4f3b5
Run npm run build
2020-11-20 11:35:59 +01:00
Simon Engledew
6a45994b42
Merge branch 'main' into simon-engledew/fast-fail
2020-11-20 09:21:26 +00:00
Eric Cornelissen
992a0cf8f2
Merge branch 'main' into eslint-rule/no-shadow
2020-11-19 23:41:11 +01:00
Eric Cornelissen
847f4ef293
Run npm run build
2020-11-19 23:03:45 +01:00
Robert
0b0bc35050
Merge branch 'main' into robertbrignull/go_build_trace
2020-11-19 17:20:54 +00:00
Simon Engledew
eb4226ede4
Scanning endpoint failures should not halt the scan
2020-11-19 15:49:46 +00:00
Simon Engledew
7fda765d49
Merge remote-tracking branch 'origin/main' into simon-engledew/fast-fail
2020-11-19 13:55:47 +00:00
Simon Engledew
17d4671d60
Fail processing on a 422 as well
...
Until there is a more robust versioning system it is probably safest to require endpoint compatiblity and not continue the action if there is a mismatch.
2020-11-19 13:14:45 +00:00
Simon Engledew
f3ff4c84ba
Implement review feedback
2020-11-19 12:39:57 +00:00
Chris Gavin
726cfc8441
Ensure unqualified program names are present on PATH before executing them.
2020-11-18 22:20:13 +00:00
Simon Engledew
68dedeaa57
Do not run CodeQL if code scanning is not enabled
...
Put more fine grained logic around which errors we ignore and process.
Re-instate status reporting in Enterprise.
Abort the code scanning process the status endpoint reports it is not configured.
2020-11-18 17:21:57 +00:00
Robert
0d960df08a
Merge branch 'main' into robertbrignull/tools_version
2020-11-18 11:25:46 +00:00
Chris Gavin
f94e06a382
Merge main into add-multi-cause-markdown-flag.
2020-11-18 08:26:39 +00:00
Robert
3f2a7abc7b
change voicing
2020-11-13 15:04:54 +00:00
Robert
4d8912d269
Don't use the word "trace" in log messages
2020-11-13 12:01:07 +00:00
Robert
af27146b64
Merge branch 'main' into robertbrignull/go_build_trace
2020-11-13 10:24:37 +00:00
Robert
1737b806ff
check if running locally
2020-11-12 14:18:58 +00:00
Robert
80b43ca9d3
send action ref and tool version in status reports
2020-11-12 12:27:31 +00:00
Robert
9a7b7cb035
Merge branch 'main' into azure_pipelines
2020-11-11 10:12:56 +00:00
Robert
aae4713a4d
detect Agent.Worker.exe
2020-11-10 16:16:58 +00:00
Chris Gavin
bf30ea69d6
Make use of the GITHUB_ACTION_REPOSITORY environment variable if it is set.
2020-11-10 13:30:20 +00:00
Robin Neatherway
ab40235d88
Update default CodeQL bundle version
2020-11-09 13:00:43 +00:00
Simon Engledew
54f3e52e8f
Move setOutput into try block in case it errors
2020-11-04 19:29:06 +00:00
Simon Engledew
854109fe92
Report the path of CodeQL as an output
2020-11-04 15:38:31 +00:00
Robert
82e3812a35
Merge branch 'main' into robertbrignull/go_build_trace
2020-11-04 11:07:46 +00:00
Simon Engledew
1c8d72e0c2
Remove unnecessary env manipulation
...
testing-utils.ts / setupTests() already stores and restores the env
2020-11-04 10:59:35 +00:00
Simon Engledew
5c0e2f93f1
Fix invalid API call when running locally
...
The method getAnalysisKey would call getWorkflowPath and raise an API Error.
This change follows the pattern in prepareLocalRunEnvironment to set a dummy value for the required environment variable, therefore shortcutting the API request.
2020-11-04 09:58:09 +00:00
Andrew Eisenberg
bc1ee1620f
Add the --threads config option to finalize db ( #281 )
...
This flag is already being used for `runQueries`, so let's use it for
finalize as well.
2020-11-03 08:25:40 -08:00