Simon Engledew
|
4d862616ce
|
First iteration on feedback
|
2020-12-01 20:08:41 +00:00 |
|
Simon Engledew
|
56b1ead679
|
Do not show lint failed in the UX if it happens
|
2020-12-01 17:23:00 +00:00 |
|
Simon Engledew
|
b1be00db57
|
Test the branch patterns work both ways
|
2020-12-01 17:16:33 +00:00 |
|
Simon Engledew
|
f99af1c014
|
Have a catch all coded error for lint failures
|
2020-12-01 15:41:04 +00:00 |
|
Simon Engledew
|
145a3c1ed9
|
Add more wildcard examples
|
2020-12-01 15:33:27 +00:00 |
|
Simon Engledew
|
14719432ef
|
Add more test cases
|
2020-12-01 15:30:11 +00:00 |
|
Simon Engledew
|
c8ee1f4ef3
|
Handle wildcard branches
|
2020-12-01 15:21:30 +00:00 |
|
Simon Engledew
|
ac1c081de8
|
Handle the case where branches may be strings, including "*"
|
2020-12-01 12:03:50 +00:00 |
|
Robin Neatherway
|
1010b1f743
|
Merge branch 'main' into rneatherway/on-push-notice
|
2020-12-01 11:12:14 +00:00 |
|
Robin Neatherway
|
8e0e34a3e6
|
Add an explicit deprecation date
So that we can remove support for the beta configuration of
`on: push`-only we should communicate a date after which this
will not work.
|
2020-12-01 11:10:20 +00:00 |
|
Robin Neatherway
|
d99e994194
|
Fix test to be immune to running on Actions
|
2020-11-30 18:35:55 +00:00 |
|
Robin Neatherway
|
836cbe0784
|
Remove output files for deleted source
|
2020-11-30 18:31:21 +00:00 |
|
Robin Neatherway
|
dff118f7ad
|
Use version information to construct payload
|
2020-11-30 16:45:18 +00:00 |
|
Sam Partington
|
ff28c8d403
|
Move uploading side-effect out of runAnalyze
https://github.com/github/codeql-action/pull/323#discussion_r530978010
|
2020-11-27 12:27:10 +00:00 |
|
Chris Gavin
|
0c33f016fa
|
Update the default bundle to codeql-bundle-20201127.
|
2020-11-27 12:04:35 +00:00 |
|
Robert
|
81a21bfa1e
|
Request meta endpoint at the start of execution
|
2020-11-26 17:54:46 +00:00 |
|
Simon Engledew
|
92df38732c
|
Merge branch 'main' into simon-engledew/lint-workspace
|
2020-11-26 15:22:22 +00:00 |
|
Simon Engledew
|
be09fb3e99
|
Implement feedback
|
2020-11-26 15:20:38 +00:00 |
|
Sam Partington
|
9532bda6e4
|
Use better comparison operator
|
2020-11-26 11:57:34 +00:00 |
|
Sam Partington
|
57514f31db
|
Split upload method into two mode-specific ones
|
2020-11-26 11:50:57 +00:00 |
|
Eric Cornelissen
|
e6ea8cbae0
|
Run npm run build
|
2020-11-25 22:46:30 +01:00 |
|
Simon Engledew
|
eed314143b
|
Add paths-ignore case
|
2020-11-25 14:23:21 +00:00 |
|
Simon Engledew
|
253d46ac97
|
Better copy for PathsSpecified, suggested by @sampart
|
2020-11-25 13:30:32 +00:00 |
|
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 |
|