Marco Gario
1154bf6df9
Update split.yml
2020-09-21 10:13:23 +02:00
Michael Huynh
4666a0eed0
Resolve violations of github/array-foreach lint
...
Resolves #199
2020-09-20 17:41:27 +08:00
Robert
b2dfa6e690
Merge pull request #219 from github/robertbrignull/init_status_queries
...
Include workflow queries in status report
2020-09-18 16:56:03 +01:00
Robert
def00916ce
Merge branch 'main' into robertbrignull/init_status_queries
2020-09-18 16:36:17 +01:00
Chris Gavin
9ed519fa12
Update to the latest version of @actions/github.
2020-09-18 16:06:20 +01:00
Robert
55458a1ab1
Merge pull request #179 from github/split_builtin_custom_queries
...
Split up builtin and custom queries
2020-09-18 10:06:50 +01:00
Robert Brignull
1dc1029baf
Merge branch 'main' into split_builtin_custom_queries
2020-09-18 09:52:44 +01:00
Marco Gario
5166e750e9
Merge pull request #218 from github/marcogario/reduce_ci_jobs
...
Reduce triggers in workflows
2020-09-17 18:36:18 +02:00
Robert Brignull
875a8da7e3
include workflow queries in status report
2020-09-17 17:29:45 +01:00
Marco Gario
ade519b950
Reduce triggers in workflows
...
See #182 . Workflows are now triggered on all PRs but only on push on the main and v1 branch
2020-09-17 14:39:18 +02:00
Robin Neatherway
7795860c11
Do not always overwrite the GITHUB_REF for PRs
...
As we move towards analysing the merge commit for pull requests by
default, we should stop sending `/refs/pull/n/head` rather than
`refs/pull/n/merge` _unless_ the checked-out SHA has actually changed.
Here we assume that any change (compared to GITHUB_SHA) indicates that
`git checkout HEAD^2` has been run earlier. This may sometimes be
incorrect (e.g. `git checkout mybranch`), but in that case the ref
would be wrong either way.
2020-09-17 13:11:06 +01:00
Marco Gario
b4a8cfa05c
Add instructions
2020-09-17 13:42:19 +02:00
Marco Gario
7da583bcb3
Workflow to split the bundle into components
2020-09-17 13:36:26 +02:00
Robert
c9b06117cb
Merge pull request #211 from github/robertbrignull/consistent_inputs
...
Make inputs consistent between action and runner
2020-09-17 10:06:43 +01:00
Robert
4b4f9e8e6a
Merge branch 'main' into robertbrignull/consistent_inputs
2020-09-17 09:36:51 +01:00
Robert
2c94a7f61f
Merge pull request #215 from github/main-v1
...
Mergeback v1 to main
2020-09-17 09:33:39 +01:00
Marco Gario
5f592775cc
Merge branch 'main' into main-v1
2020-09-16 18:37:11 +02:00
Robert
ef3b75cbdb
Update action.yml
2020-09-16 16:23:11 +02:00
Robert Brignull
090a7013dd
add explanation to query
2020-09-16 11:03:19 +01:00
Robert Brignull
4c4114f2d8
add an extra getRequiredInput
2020-09-16 11:03:13 +01:00
Robert Brignull
7be1a410c2
Merge branch 'main' into robertbrignull/consistent_inputs
2020-09-16 10:50:54 +01:00
Robert Brignull
c1cee53da5
Add getOptionalInput and getRequiredInput
2020-09-15 18:47:50 +01:00
Robert Brignull
d88fa5cef6
Add queries
2020-09-15 18:33:37 +01:00
Robert
f6894d6610
Merge pull request #210 from github/robertbrignull/disable-snippets
...
Disable snippets by default
2020-09-15 18:25:28 +01:00
Robert
3d5127d682
Update action.yml
2020-09-15 17:45:34 +01:00
Marco Gario
4076e23ec5
Merge pull request #209 from github/remove_file
...
Remove unused files
2020-09-15 18:02:05 +02:00
Nick Fyson
0da3e94867
Merge branch 'main' into remove_file
2020-09-15 15:16:05 +01:00
Marco Gario
3325da8a15
Remove unused files
2020-09-15 15:51:27 +02:00
Robert
1ca9d4c096
Merge pull request #207 from github/robertbrignull/replace_all
...
Replace all occurrences instead of just the first
2020-09-15 14:47:05 +01:00
Robert Brignull
121fd331cd
Introduce actions-util.ts
2020-09-15 14:01:21 +01:00
Chris Raynor
50d46f662f
Merge pull request #184 from github/update-v1-6567bffc
...
Merge main into v1
2020-09-15 09:09:40 +01:00
Robert Brignull
89dad149ed
Replace all occurrences
2020-09-14 18:13:33 +01:00
Nick Fyson
245c02cf7d
Merge pull request #174 from github/nickfyson/error_wrapper
...
add error-catching wrapper around calls to toolrunner
2020-09-14 13:59:39 +01:00
Nick Fyson
e5e9aad174
Merge branch 'main' into nickfyson/error_wrapper
...
# Conflicts:
# lib/codeql.js
# lib/codeql.js.map
# src/codeql.ts
2020-09-14 13:30:37 +01:00
Chris Raynor
698eab0c5f
Merge pull request #181 from github/cbraynor/eslint
...
Switching to ESLint
2020-09-14 10:59:19 +01:00
Chris Raynor
7bdf90af87
Adding super simple lint Action
2020-09-14 10:51:29 +01:00
Chris Raynor
cb51c857fc
Adding temporary overrides to allow the linter to pass
2020-09-14 10:49:02 +01:00
Chris Raynor
a184d50a26
Running lint-fix
2020-09-14 10:44:43 +01:00
Chris Raynor
c96f84308a
Regenerating node_modules
2020-09-14 10:42:37 +01:00
Chris Raynor
09b4a82c83
Removing the tslint config
2020-09-14 10:37:55 +01:00
Chris Raynor
06765f9340
Adding ESLint config and required dev dependencies
2020-09-14 10:32:24 +01:00
Nick Fyson
814840b1de
Merge branch 'main' into nickfyson/error_wrapper
2020-09-14 10:28:03 +01:00
Chris Raynor
6567bffcb9
Merge pull request #183 from github/dependabot/npm_and_yarn/node-fetch-2.6.1
...
Bump node-fetch from 2.6.0 to 2.6.1
2020-09-13 11:22:52 +01:00
Chris Raynor
0579b4d27d
Vendoring node_modules
2020-09-13 10:27:23 +01:00
dependabot[bot]
0b64878cfe
Bump node-fetch from 2.6.0 to 2.6.1
...
Bumps [node-fetch](https://github.com/bitinn/node-fetch ) from 2.6.0 to 2.6.1.
- [Release notes](https://github.com/bitinn/node-fetch/releases )
- [Changelog](https://github.com/node-fetch/node-fetch/blob/master/docs/CHANGELOG.md )
- [Commits](https://github.com/bitinn/node-fetch/compare/v2.6.0...v2.6.1 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-09-12 20:20:25 +00:00
Nick Fyson
b104d6e035
Merge branch 'main' into nickfyson/error_wrapper
...
# Conflicts:
# lib/codeql.js.map
2020-09-11 19:04:05 +01:00
Nick Fyson
b3b99014eb
make ErrorMatcher an object rather than a tuple
2020-09-11 18:30:07 +01:00
Nick Fyson
1fb7c81099
tweak in response to reviewer comments
2020-09-11 18:25:23 +01:00
Nick Fyson
57ef26cffe
Merge pull request #178 from github/nickfyson/include-snippets
...
add optional workflow input to specify whether snippets are added to sarif
2020-09-11 14:11:14 +01:00
Nick Fyson
be681d444e
Merge branch 'main' into nickfyson/include-snippets
2020-09-11 13:58:53 +01:00