Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add codeload to the list of service we check during '--check'. #3011

Merged
merged 1 commit into from Nov 28, 2023

Conversation

TingluoHuang
Copy link
Member

This pull request includes changes to ensure the runner can access the GitHub codeload service and updates the documentation to reflect this requirement. The most important changes include adding a code block to check the accessibility of the codeload service in the ActionsCheck.RunCheck method and updating the actions.md documentation file with instructions for testing the accessibility of the codeload service.

Main code changes:

  • src/Runner.Listener/Checks/ActionsCheck.cs: Added a code block to check the accessibility of the GitHub codeload service in the ActionsCheck.RunCheck method.

Documentation updates:

  • docs/checks/actions.md: Updated the actions.md documentation file with instructions for testing the accessibility of the codeload service and mentioning the requirement for the runner to access https://codeload.github.com for downloading actions tar.gz/zip. [1] [2]
  • docs/checks/actions.md: Added a new bullet point for GitHub Enterprise Server, mentioning the requirement for the runner to access https://codeload.[hostname]/_ping.

@TingluoHuang TingluoHuang requested a review from a team as a code owner November 28, 2023 17:55
@TingluoHuang TingluoHuang merged commit ac89b31 into main Nov 28, 2023
10 checks passed
@TingluoHuang TingluoHuang deleted the users/tihuang/proxyua branch November 28, 2023 18:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants