Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
217483d
Convert rest of the actions
robertbrignull Aug 25, 2020
3ffe4b7
Add code to output required env to files
robertbrignull Aug 26, 2020
f5d645f
Fix use of wrong URL
robertbrignull Aug 26, 2020
1c004b9
inline tracer-env.js
robertbrignull Aug 26, 2020
1f2bd10
add newline to output
robertbrignull Aug 26, 2020
e9bfa56
inline inject-tracer.ps1
robertbrignull Aug 26, 2020
688df28
fix exporting env vars on linux
robertbrignull Aug 26, 2020
39b361e
Remove dependence of GITHUB_REPOSITORY env var
robertbrignull Aug 27, 2020
b42ed69
Update temp dir and tools dir
robertbrignull Aug 27, 2020
a542021
make --language optional to autobuild and detect dominant language
robertbrignull Aug 27, 2020
f80d660
check environment before running autobuild or analyze
robertbrignull Aug 27, 2020
6f422a4
add debug mode to limit output
robertbrignull Aug 27, 2020
1fd45d7
address review comments
robertbrignull Aug 27, 2020
3dfaa88
Remove process of auth
robertbrignull Aug 27, 2020
6c8f96d
Log that we're clearing the temp dir
robertbrignull Aug 27, 2020
57f03d3
Remove hash from temp dir
robertbrignull Aug 28, 2020
37bac22
Make runner arg descriptions more consistent
robertbrignull Aug 28, 2020
80e2c4f
improve error message when config is not found
robertbrignull Aug 28, 2020
c3d6602
use ToolRunner directly instead of exec wrapper
robertbrignull Aug 28, 2020
aa7e2fe
automatically import env in autobuild
robertbrignull Aug 28, 2020
a0b54fc
fix tests
robertbrignull Aug 28, 2020
1548b77
Merge remote-tracking branch 'origin/main' into runner_analyze
robertbrignull Aug 28, 2020
8a821a9
Add logger to checkoutExternalRepository
robertbrignull Sep 1, 2020
09fb3ec
Remove a call to getActionsApiClient
robertbrignull Sep 1, 2020
4c00c68
Add --ram and --threads args
robertbrignull Sep 1, 2020
b4d142e
whitelist @actions/exec/lib/toolrunner
robertbrignull Sep 1, 2020
68c6069
Merge pull request #162 from github/runner_analyze
robertbrignull Sep 1, 2020
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
2 changes: 1 addition & 1 deletion .github/workflows/runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ jobs:
--repository $GITHUB_REPOSITORY \
--commit $GITHUB_SHA \
--ref $GITHUB_REF \
--github-url $GITHUB_API_URL \
--github-url $GITHUB_SERVER_URL \
--github-auth ${{ github.token }}
32 changes: 13 additions & 19 deletions lib/analysis-paths.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.js.map

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

89 changes: 13 additions & 76 deletions lib/analyze-action.js

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

Loading