actions / toolkit

The GitHub ToolKit for developing GitHub Actions.
https://github.com/features/actions
MIT License
5.02k stars 1.45k forks source link

Update GHES host check #1648

Closed eggyhead closed 9 months ago

eggyhead commented 9 months ago

What are we doing?

Currently, we are only checking equality against github.com to ensure artifact and cache actions are being run in a non-enterprise host. We need to update this check to allow requests from ghe.com and ghe.localhost, additional allowed hostnames for production and local development.

Fixes https://github.com/github/actions-results-team/issues/2208

How are we doing it?

How do I test?

chrisimap32 commented 7 months ago