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 |
|
Kevin Sawicki
|
62f756fc9d
|
Fix other typo
|
2020-04-29 08:10:28 -07:00 |
|
Kevin Sawicki
|
0916a68508
|
Merge branch 'master' into send-tool-names
|
2020-04-29 08:10:14 -07:00 |
|
Kevin Sawicki
|
6f11b5d213
|
Add initial util test
|
2020-04-29 08:04:46 -07:00 |
|
Arthur Baars
|
74eb3b3541
|
Merge pull request #6 from github/master
Merge changes from master into v1
|
2020-04-29 15:06:15 +02:00 |
|
Robert
|
606ff659a8
|
Merge pull request #3 from XhmikosR/patch-1
Update README.md
|
2020-04-29 13:39:02 +01:00 |
|
Robert
|
ac6822fc14
|
Merge branch 'master' into patch-1
|
2020-04-29 13:36:23 +01:00 |
|
David Verdeguer
|
32ced8c901
|
Update README
|
2020-04-29 14:05:40 +02:00 |
|
Arthur Baars
|
72f1ed0be5
|
Merge pull request #5 from github/aibaars-patch-1
Fix parsing of path-ignore field
|
2020-04-29 13:30:56 +02:00 |
|
Arthur Baars
|
e7afa7cb98
|
Fix parsing of path-ignore field
|
2020-04-29 13:23:32 +02:00 |
|
David Verdeguer
|
8bd6c1e5f0
|
Ignore default queries
|
2020-04-29 12:41:28 +02:00 |
|
David Verdeguer
|
5c74b0f641
|
Parse ignoreDefaultQueries field
|
2020-04-29 12:40:48 +02:00 |
|
XhmikosR
|
a983d385c7
|
Update README.md
* indentation fixes
* fix `JavaScript` capitalization
* minor grammar tweaks
|
2020-04-29 13:09:42 +03:00 |
|
David Verdeguer
|
b419ff6d7b
|
Error on queries with missing/multiple languages
|
2020-04-29 11:43:39 +02:00 |
|
Kevin Sawicki
|
2789712b42
|
Send tool names as parameter to upload endpoint
|
2020-04-28 11:29:10 -07:00 |
|
anaarmas
|
28ccc3db2d
|
Initial commit (from f5274cbdce4ae7c9e4b937dcdf95ac70ae436d5f)
|
2020-04-28 17:23:37 +02:00 |
|