Chris Gavin
14192f8248
Merge branch 'main' into ignore-temp-dir
2020-10-05 12:41:49 +01:00
Chris Raynor
0907cd5a41
Merge branch 'main' into cbraynor/fix201
2020-10-05 10:35:27 +01:00
David Verdeguer
55eb02cb0a
Merge branch 'main' into daverlo/python
2020-10-05 08:05:16 +02:00
Chris Raynor
6d01157d11
Merge branch 'cbraynor/fix206' into cbraynor/fix201
2020-10-01 11:17:59 +01:00
Chris Raynor
10479a214a
Merge branch 'main' into cbraynor/fix206
2020-10-01 11:09:05 +01:00
Chris Raynor
122c9b7f24
Switching to import/order instead of sort-imports
2020-10-01 11:03:46 +01:00
Chris Gavin
62f25fda9b
Ignore the tools directory as well and remove the warning.
2020-10-01 10:03:45 +01:00
Marco Gario
d5029a8680
Platform specific bundle
2020-10-01 10:04:48 +02:00
Chris Gavin
dbecf76db8
Use a relative path to ignore the runner temporary directory.
2020-09-29 15:43:37 +01:00
Chris Raynor
8200c137dc
Resolve violations of import/no-extraneous-dependencies lint
...
Fixes #201
2020-09-29 15:03:21 +01:00
Chris Raynor
228546a1e5
Resolve violations of sort-imports lint
...
Resolves #206
2020-09-29 14:43:37 +01:00
Robin Neatherway
2d6f6077bf
Merge branch 'main' into rneatherway/optional-merge
2020-09-29 13:02:37 +01:00
Chris Gavin
206e34cbb4
Exclude the temporary directory from scanning.
2020-09-28 21:43:19 +01:00
Robert Brignull
c4dc1b0438
Make URL parsing more robust
2020-09-28 18:39:56 +01:00
Chris Raynor
a2931d32c7
Merge branch 'main' into fix/205
2020-09-28 11:20:31 +01:00
Michael Huynh
c68c97e2bd
Resolve violations of no-useless-escape lint
...
Resolves #205
2020-09-28 10:55:58 +08:00
Michael Huynh
476bf863f2
Resolve violations of no-throw-literal lint
...
Resolves #204
2020-09-25 17:39:25 +08:00
David Verdeguer
5419fcd735
Improve warning message
2020-09-25 11:28:57 +02:00
David Verdeguer
7753dec413
Add min disk free flag to database analyze:
2020-09-24 11:42:21 +02:00
David Verdeguer
34955967b7
Fix python string
2020-09-23 18:06:08 +02:00
David Verdeguer
147734591c
Check platform before installing python tools
2020-09-23 17:49:39 +02:00
Robert
5d00d5b4e8
Merge branch 'main' into fix/197
2020-09-23 14:28:21 +01:00
Michael Huynh
38363a1043
Resolve violations of no-sparse-arrays lint
...
Resolves #203
2020-09-23 21:02:03 +08:00
Michael Huynh
80b408e704
Resolve violations of eslint-comments/no-use lint
...
Resolves #197
2020-09-23 20:25:45 +08:00
David Verdeguer
23a1a65b43
Merge branch 'main' into daverlo/python-v2
2020-09-23 09:27:54 +02:00
Chris Raynor
41464b1396
Allowing a cached version of the CodeQL bundle sometimes
...
To save time downloading the CodeQL bundle we're pre-downloading it into the
hosted Actions runner, but because the release schedule is different there may
be some version drift. This change allows a different version of the bundle
to be used than the default if a version isn't explicitly specified, there's
only one version downloaded, and it's been marked as a 'pinned-version' -
otherwise it reverts to the prior behavior.
2020-09-22 14:38:27 +01:00
Chris Gavin
31c2eca167
Fix retrying uploads by using Octokit retry plugin.
2020-09-21 19:15:19 +01:00
Chris Gavin
bba73b6d4e
Merge main into update-actions-github.
2020-09-21 15:25:08 +01:00
Chris Gavin
cc0eb452c7
Use getOctokit(...) when getting the GitHub API client.
2020-09-21 15:21:05 +01:00
Michael Huynh
4666a0eed0
Resolve violations of github/array-foreach lint
...
Resolves #199
2020-09-20 17:41:27 +08: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 Brignull
1dc1029baf
Merge branch 'main' into split_builtin_custom_queries
2020-09-18 09:52:44 +01:00
Robert Brignull
875a8da7e3
include workflow queries in status report
2020-09-17 17:29:45 +01: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
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
121fd331cd
Introduce actions-util.ts
2020-09-15 14:01:21 +01:00
Robert Brignull
89dad149ed
Replace all occurrences
2020-09-14 18:13:33 +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
a184d50a26
Running lint-fix
2020-09-14 10:44:43 +01: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
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
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
Robert
d4f40db368
Merge branch 'main' into external_queries_test
2020-09-10 11:24:22 +01:00