github-status-action
github-status-action copied to clipboard
feat: allow GHES usage
As the base API url is hardcoded, this actions does not work in a GHES / proxy context. See https://github.com/actions/toolkit/blob/main/packages/github/README.md
This PR includes:
- upgrade dependencies
- upgrade action runtime to node 16
- replace lockfile dependencies with NPM registry
- lint code