Skip to content

Commit 68c6069

Browse files
Merge pull request #162 from github/runner_analyze
Convert init, autobuild, and analyze actions to CLI / runner mode
2 parents 5bd2832 + b4d142e commit 68c6069

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+2117
-1210
lines changed

.github/workflows/runner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ jobs:
2222
--repository $GITHUB_REPOSITORY \
2323
--commit $GITHUB_SHA \
2424
--ref $GITHUB_REF \
25-
--github-url $GITHUB_API_URL \
25+
--github-url $GITHUB_SERVER_URL \
2626
--github-auth ${{ github.token }}

lib/analysis-paths.js

Lines changed: 13 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/analysis-paths.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/analyze-action.js

Lines changed: 13 additions & 76 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)