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
David Verdeguer
4ab5cbcc8a
Merge pull request #173 from github/rasmuswl/update-python-scripts
...
Update Python scripts for "Python deps setup"
2020-09-11 12:41:31 +02:00
Rasmus Wriedt Larsen
1b20fa78be
Handle error in poetry 1.0.10
2020-09-11 12:40:40 +02:00
Rasmus Wriedt Larsen
7fc41c62be
Update python scripts to handle setup.py
2020-09-11 12:40:40 +02:00
David Verdeguer
5701037850
Add python scripts
2020-09-11 12:25:47 +02:00
Robert
a2cdfc8031
Merge pull request #180 from ericcornelissen/patch-1
...
Fix "Using a custom configuration" link in the README
2020-09-11 10:13:31 +01:00
David Verdeguer
52274f1815
Setup python extractor for installed deps
2020-09-11 11:07:27 +02:00
David Verdeguer
8cea21575c
Install python deps on init
2020-09-11 10:53:41 +02:00
Eric Cornelissen
ea3706d88f
Fix "Using a custom configuration" link in README
...
Fix the "Using a custom configuration" link the README. The actual ID of the header on the page is "using-a-custom-configuration-file", so I updated both the link and the link test to match. (as far as I can tell all other links in the README work as expected)
2020-09-10 20:58:39 +03:00
Nick Fyson
77f767cb34
add optional workflow input to specify whether snippets are added to sarif output
2020-09-10 18:26:58 +01:00
Robert Brignull
0539269665
split up builtin and custom queries
2020-09-10 18:17:03 +01:00