8215 Commits

Author SHA1 Message Date
David Verdeguer
1f29db50bb add multi-language-repo_rubocop 2020-05-08 16:21:30 +02:00
David Verdeguer
c979850d28 Add test mode 2020-05-08 16:06:35 +02:00
David Verdeguer
baa9c9e0df Change integration tests 2020-05-08 15:58:16 +02:00
David Verdeguer
d966ea2f52 Combine npm related workflows 2020-05-08 11:59:45 +02:00
David Verdeguer
6bab450a9a Don't analyse tests 2020-05-08 11:57:07 +02:00
David Verdeguer
583f8a923c Add multi-language-repo 2020-05-08 11:51:47 +02:00
Robert
b73b259103 Merge pull request #21 from github/clarify-license
Update README.md
2020-05-06 11:11:14 +01:00
Robert
4fff14bba4 Update README.md 2020-05-06 10:55:34 +01:00
Robert Brignull
ab918b676b use tmp dir for external queries test 2020-05-05 12:02:37 +01:00
Ana Armas Romero
290b34d5df Note in readme about go analysis in macos-latest 2020-05-04 20:00:37 +02:00
Robert Brignull
dcd81b5847 Make use of getContainer 2020-05-04 15:16:23 +01:00
Robert
d90fca396a Create undeclared-action-input.ql 2020-05-04 14:16:59 +01:00
Robert
999c772fa3 Merge pull request #15 from github/master
Update v1 branch
2020-05-01 17:03:38 +01:00
Max Veytsman
5218f937b3 Merge pull request #10 from github/autobuild_errors
Improve errors & warnings in autobuild
2020-05-01 11:26:45 -04:00
Max Veytsman
984552a36e Merge branch 'master' into autobuild_errors 2020-05-01 11:20:41 -04:00
Joshua Hale
d46c1c7f29 Merge pull request #12 from github/report-upload-failures
Report status as failure if upload fails in the finalize or upload action
2020-05-01 16:12:38 +01:00
Joshua Hale
43e27012da Merge branch 'master' into report-upload-failures 2020-05-01 15:52:35 +01:00
Chris Gavin
3d3dccf92d Merge pull request #14 from github/better-feedback-folder-uploads
Improve feedback about what files are being uploaded in the upload-sarif Action.
2020-05-01 15:40:19 +01:00
Chris Gavin
8ff10b4a6b Merge branch 'master' into better-feedback-folder-uploads 2020-05-01 15:34:12 +01:00
Joshua Hale
d68eb11bae Merge branch 'master' into report-upload-failures 2020-05-01 15:32:01 +01:00
Chris Gavin
4e9886ad2b Stop the upload action early if no files will be uploaded. 2020-05-01 15:27:32 +01:00
Robert
1fe0932cc2 Merge branch 'master' into autobuild_errors 2020-05-01 15:24:29 +01:00
Robert
5bceb2be38 Merge pull request #13 from github/upload_retry
Add retrying to the upload
2020-05-01 15:24:20 +01:00
Robert
129ce28897 Update upload-lib.ts 2020-05-01 15:03:29 +01:00
Robert Brignull
a23cb1d61a include status code is error message 2020-05-01 11:45:21 +01:00
Robert Brignull
0c4fc16b49 only retry on 5xx status codes 2020-05-01 11:32:09 +01:00
Chris Gavin
b6a0306228 Fail the upload action if uploading a folder with no SARIF files in. 2020-05-01 11:26:47 +01:00
Robert Brignull
e52e34ba17 remove change to behaviour on 500 errors 2020-05-01 11:20:21 +01:00
Robert Brignull
cffc0f7b4e fix typo 2020-05-01 11:19:39 +01:00
Chris Gavin
5d2700f9cb Increase the log level of the message showing what SARIF files were uploaded. 2020-05-01 11:07:58 +01:00
Robert Brignull
1da651c219 Add retries to the upload 2020-05-01 10:51:26 +01:00
Joshua Hale
26e955cfa3 report status as failure if upload fails 2020-04-30 16:28:53 +01:00
Robert Brignull
546d5a8843 URL encode the key 2020-04-30 16:04:19 +01:00
Robert Brignull
43de3a9949 start uploading analysis_key parameter 2020-04-30 15:32:55 +01:00
Max Veytsman
7963db13d8 Move error to correct catch block 2020-04-30 09:11:50 -04:00
David Verdeguer
1cdde3eb41 Merge pull request #7 from github/disable-default-queries
Disable default queries
2020-04-30 14:54:55 +02:00
David Verdeguer
d2a505de4c Merge branch 'master' into disable-default-queries 2020-04-30 13:12:00 +02:00
Robert
292747618d Merge pull request #8 from github/pr_template_typos
Fix typos / errors in PR template
2020-04-30 10:31:23 +01:00
Robert
1bb13e0ffa Merge branch 'master' into pr_template_typos 2020-04-30 10:24:49 +01:00
David Verdeguer
f16b356044 Merge pull request #4 from github/no-ql-pack
Error on queries with missing/multiple languages
2020-04-30 11:20:20 +02:00
David Verdeguer
9e35ea1ac8 Merge branch 'master' into disable-default-queries 2020-04-30 11:12:28 +02:00
David Verdeguer
9fa2bfe135 Merge branch 'master' into no-ql-pack 2020-04-30 11:08:06 +02:00
David Verdeguer
6997a2170d Address comments 2020-04-30 11:03:44 +02:00
David Verdeguer
d60a8550ed Merge pull request #9 from github/dependabot/npm_and_yarn/actions/http-client-1.0.8
Bump @actions/http-client from 1.0.4 to 1.0.8
2020-04-30 10:02:03 +02:00
David Verdeguer
2809bdc3ee ignore-default-queries -> disable-default-queries 2020-04-30 09:37:04 +02:00
Justin Hutchings
34db3b0291 Update README.md 2020-04-29 14:09:20 -07:00
Max Veytsman
f237316c5a Improve errors & warnings in autobuild 2020-04-29 15:25:48 -04:00
Kevin Sawicki
bbc0dc88fb Merge pull request #2 from github/send-tool-names
Send tool names to upload endpoint
2020-04-29 12:22:18 -07:00
dependabot[bot]
0cf8450c24 Bump @actions/http-client from 1.0.4 to 1.0.8
Bumps [@actions/http-client](https://github.com/actions/http-client) from 1.0.4 to 1.0.8.
- [Release notes](https://github.com/actions/http-client/releases)
- [Changelog](https://github.com/actions/http-client/blob/master/RELEASES.md)
- [Commits](https://github.com/actions/http-client/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2020-04-29 18:03:56 +00:00
Robert
20a0628ed7 Fix typos / errors in PR template 2020-04-29 16:45:47 +01:00