Robert
a2653534db
set externalRepoAuth
2021-02-17 08:30:35 -08:00
Chris Gavin
f84e342ff3
Merge pull request #393 from github/ghae-endpoint
...
Also look for the CodeQL bundle at the custom GitHub AE endpoint.
2021-02-17 08:41:39 +00:00
Chris Gavin
2b1c88c014
Merge branch 'main' into ghae-endpoint
2021-02-17 08:29:36 +00:00
Aditya Sharad
0ab754c698
Merge pull request #395 from github/aeisenberg/remove-external-token
...
Remove --external-repository-token option from runner
2021-02-16 15:12:54 -08:00
Aditya Sharad
4c94e29f1b
Increase the default amount of RAM reserved for the OS
...
Mitigation for OOM errors (137/SIGKILL) seen by users when we overcommit the available memory.
For Unix, reserve 1GB.
For Windows, reserve 1.5GB, as the OS needs more memory and estimates inaccurately.
2021-02-16 15:10:19 -08:00
Andrew Eisenberg
58defc0652
Remove --external-repository-token option from runner
...
Specifying a token as a cli input leads to a potential for leaking the
token on CI logs. This commit removes the option. Instead, users
should specify a single GitHub token through `--github-auth-stdin` or
by setting the `GITHUB_TOKEN` environment variable. This token should be
created with enough privileges to access the required repository.
2021-02-16 11:28:25 -08:00
Andrew Eisenberg
88714e3a60
Add capability to specify auth from env var or stdin
...
This commit adds two new ways of specifying GitHub auth:
1. from the GITHUB_TOKEN environment variable
2. from standard input
This commit does not include any documentation changes and the
descriptions of new command line options will need to be tweaked.
2021-02-16 11:26:39 -08:00
Chris Gavin
3c63623824
Merge branch 'main' into ghae-endpoint
2021-02-16 10:17:25 +00:00
Chris Gavin
1d92248672
Merge pull request #394 from github/lock-bundler-version
...
Lock bundler version to 2.2.9.
2021-02-16 10:16:31 +00:00
Chris Gavin
c6390afb59
Merge branch 'main' into lock-bundler-version
2021-02-16 10:07:00 +00:00
Chris Gavin
f2896eb08a
Lock bundler version to 2.2.9.
2021-02-15 19:50:32 +00:00
Chris Gavin
f8c5dacab5
Also look for the CodeQL bundle at the custom GitHub AE endpoint.
2021-02-15 19:41:41 +00:00
Chris Gavin
49cb962d82
Merge pull request #385 from github/allow-override-temp
...
Allow overriding path of temporary files.
2021-02-15 19:39:15 +00:00
Chris Gavin
04d2b0018e
Merge branch 'main' into allow-override-temp
2021-02-15 16:20:45 +00:00
Chris Gavin
3568e4afcc
Merge pull request #392 from github/detect-ghae
...
Add detection for GitHub AE.
2021-02-15 12:11:09 +00:00
Chris Gavin
7b72f1c330
Merge main into allow-override-temp.
2021-02-15 11:45:08 +00:00
Chris Gavin
6452109691
Treat empty CODEQL_ACTION_TEMP the same as it not being set.
2021-02-15 11:44:44 +00:00
Chris Gavin
c9ca4ec1bd
Convert GitHub variant to an enum.
2021-02-15 09:30:16 +00:00
Chris Gavin
0656b2c1ad
Add detection for GitHub AE.
2021-02-13 11:06:03 +00:00
Chris Gavin
21026345ae
Merge pull request #388 from github/update-v1-781e3bc5
...
Merge main into v1
2021-02-08 11:37:49 +00:00
Sam Partington
781e3bc540
Merge pull request #380 from github/remove-uploadFromActions-params
...
Remove parameters from uploadFromActions
2021-02-02 11:53:08 +00:00
Sam Partington
10a2f1b1aa
Merge branch 'main' into remove-uploadFromActions-params
2021-02-02 11:34:02 +00:00
Simon Engledew
c4084e1c1a
Merge pull request #386 from github/simon-engledew/warning-undefined
...
Do not report warning: undefined
2021-02-02 10:17:59 +00:00
Simon Engledew
f3f5dfd3df
Merge branch 'main' into simon-engledew/warning-undefined
2021-02-02 10:06:49 +00:00
Simon Engledew
169b9f804b
Fix lint errors
2021-02-02 09:59:06 +00:00
Chris Gavin
3d8b1cb7ea
Merge pull request #387 from github/asymmetric-log-release-branch
...
Use an asymmetric Git log when updating the release branch.
2021-02-02 08:18:19 +00:00
Chris Gavin
8fef3928ba
Use an asymmetric Git log when updating the release branch.
2021-02-01 18:03:39 +00:00
Aditya Sharad
db540f07f0
Merge pull request #381 from github/adityasharad/fix/python2-pip-url
...
Python setup: Fix URL for Python 2.7 pip install
2021-02-01 09:36:57 -08:00
Aditya Sharad
80a8f97b9c
Merge branch 'main' into adityasharad/fix/python2-pip-url
2021-02-01 09:15:29 -08:00
Simon Engledew
1f07e287da
Do not report warning: undefined
2021-02-01 16:32:13 +00:00
Chris Gavin
ed751ece83
Allow overriding path of temporary files.
2021-02-01 15:34:13 +00:00
Robin Neatherway
0dcd795b4c
Merge pull request #384 from github/update-v1-6408d722
...
Merge main into v1
2021-02-01 10:29:19 +00:00
Simon Engledew
6408d72268
Merge pull request #367 from github/simon-engledew/remove-january-warning
...
Remove date specific pull request warnings
2021-01-29 10:47:59 +00:00
Simon Engledew
44ed1c6ce1
Remove pull request warnings
2021-01-29 10:42:37 +00:00
Aditya Sharad
bfa9dfe827
Python setup: Fix URL for Python 2.7 pip install
...
This URL changed upstream. Fix it by using the same upstream URL as the LGTM Python image.
We can revisit separately whether to drop the Python 2 pip installation entirely.
2021-01-28 16:52:16 -08:00
Sam Partington
19fe854945
Remove intermediate variables
2021-01-28 15:40:42 +00:00
Sam Partington
c2377b2e49
Remove parameters from uploadFromActions
...
Retrieve the relevant values in the method itself instead.
2021-01-28 15:37:09 +00:00
Robin Neatherway
74004631ca
Merge pull request #379 from github/rneatherway/codeql-bundle-20210127
...
Update default CodeQL to 20210127
2021-01-28 12:13:38 +00:00
Robin Neatherway
07943dcc5d
Revert "Temporarily use the latest version for testing"
...
This reverts commit 2c62543901 .
2021-01-27 14:50:45 +00:00
Robin Neatherway
2c62543901
Temporarily use the latest version for testing
2021-01-27 11:51:55 +00:00
Robin Neatherway
18f9eb6b55
Update default CodeQL to 20210127
2021-01-27 11:31:51 +00:00
Chris Gavin
0dc37c7260
Merge pull request #377 from github/fix-version-in-message
...
Fix the formatting of a warning message.
codeql-bundle-20210127
2021-01-26 17:43:05 +00:00
Chris Gavin
f109c77463
Merge branch 'main' into fix-version-in-message
2021-01-26 17:24:58 +00:00
Chris Gavin
601dc8486f
Merge pull request #376 from github/fix-deduplication-sources
...
Fix deduplication of bundle download sources.
2021-01-26 17:22:03 +00:00
Chris Gavin
d182a0e3aa
Fix deduplication of bundle download sources.
2021-01-26 16:56:43 +00:00
Chris Gavin
5261491807
Fix the formatting of a warning message.
2021-01-26 16:52:43 +00:00
Chris Gavin
24872f608c
Merge pull request #374 from github/automatic-upload-debug-logs
...
Upload debug logs automatically when `ACTIONS_STEP_DEBUG` is enabled.
2021-01-26 10:11:17 +00:00
Chris Gavin
94b32884f9
Dump logs to stdout instead of stderr to avoid synchronization problems.
2021-01-26 09:47:31 +00:00
Chris Gavin
8705aaff32
Walk log filex manually rather than using the Actions globber.
2021-01-26 09:21:38 +00:00
Chris Gavin
219142571c
Upload debug logs automatically when ACTIONS_STEP_DEBUG is enabled.
2021-01-25 15:44:31 +00:00