GitHub Enterprise Cloud users can now configure two new permissions when managing custom repository roles:
- View secret scanning results
- Dismiss or reopen secret scanning results
You can learn more about custom repository roles in our documentation.
GitHub Desktop now supports reviewing the statuses of individual check runs for a pull request directly in GitHub Desktop. This includes statuses of job steps for check runs generated through GitHub Actions. Customers can review the results of check runs on a PR, re-run jobs, and quickly navigate to the logs on github.com.
GitHub Enterprise Cloud users can now configure two new permissions when managing custom repository roles:
You can learn more about custom repository roles in our documentation.
In the latest update to our GitHub-hosted runners virtual environments, Node.js 16 has become the default version of node
and npm 8 has become the default version of npm
.
To select the version of Node.js that you use for your projects, we encourage you to use the setup-node action.