Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
ed751ec
Allow overriding path of temporary files.
chrisgavin Feb 1, 2021
0656b2c
Add detection for GitHub AE.
chrisgavin Feb 13, 2021
c9ca4ec
Convert GitHub variant to an enum.
chrisgavin Feb 15, 2021
6452109
Treat empty `CODEQL_ACTION_TEMP` the same as it not being set.
chrisgavin Feb 15, 2021
7b72f1c
Merge main into allow-override-temp.
chrisgavin Feb 15, 2021
3568e4a
Merge pull request #392 from github/detect-ghae
chrisgavin Feb 15, 2021
04d2b00
Merge branch 'main' into allow-override-temp
chrisgavin Feb 15, 2021
49cb962
Merge pull request #385 from github/allow-override-temp
chrisgavin Feb 15, 2021
f8c5dac
Also look for the CodeQL bundle at the custom GitHub AE endpoint.
chrisgavin Feb 11, 2021
f2896eb
Lock bundler version to 2.2.9.
chrisgavin Feb 15, 2021
c6390af
Merge branch 'main' into lock-bundler-version
chrisgavin Feb 16, 2021
1d92248
Merge pull request #394 from github/lock-bundler-version
chrisgavin Feb 16, 2021
3c63623
Merge branch 'main' into ghae-endpoint
chrisgavin Feb 16, 2021
88714e3
Add capability to specify auth from env var or stdin
aeisenberg Feb 12, 2021
58defc0
Remove --external-repository-token option from runner
aeisenberg Feb 16, 2021
4c94e29
Increase the default amount of RAM reserved for the OS
adityasharad Feb 16, 2021
0ab754c
Merge pull request #395 from github/aeisenberg/remove-external-token
adityasharad Feb 16, 2021
2b1c88c
Merge branch 'main' into ghae-endpoint
chrisgavin Feb 17, 2021
f84e342
Merge pull request #393 from github/ghae-endpoint
chrisgavin Feb 17, 2021
a265353
set externalRepoAuth
robertbrignull Feb 17, 2021
41b73e1
Merge pull request #397 from github/robertbrignull/runner_auth
robertbrignull Feb 17, 2021
fd0ad84
Merge branch 'main' into adityasharad/ram-threshold
adityasharad Feb 17, 2021
bcd7b2d
Merge pull request #396 from github/adityasharad/ram-threshold
adityasharad Feb 17, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions lib/actions-util.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/actions-util.js.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions lib/analysis-paths.test.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/analysis-paths.test.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/analyze-action.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/analyze-action.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion lib/analyze.test.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/analyze.test.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/autobuild-action.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading