diff options
author | Olivier Korach <olivier.korach@gmail.com> | 2021-04-28 22:26:11 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2021-04-29 20:03:27 +0000 |
commit | 4fd085c3ba2bf6124755ad09b4bb4b6d42a5ea0a (patch) | |
tree | 61aa59e16399134786d35a3c466506f7013ca774 /server/sonar-docs | |
parent | dde93295bcfba198025ad261062ac3bcc31a6532 (diff) | |
download | sonarqube-4fd085c3ba2bf6124755ad09b4bb4b6d42a5ea0a.tar.gz sonarqube-4fd085c3ba2bf6124755ad09b4bb4b6d42a5ea0a.zip |
DOCS update minimum GHE for Actions support
Diffstat (limited to 'server/sonar-docs')
-rw-r--r-- | server/sonar-docs/src/pages/analysis/github-integration.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/server/sonar-docs/src/pages/analysis/github-integration.md b/server/sonar-docs/src/pages/analysis/github-integration.md index 1a60a45e1ba..353287777b6 100644 --- a/server/sonar-docs/src/pages/analysis/github-integration.md +++ b/server/sonar-docs/src/pages/analysis/github-integration.md @@ -13,7 +13,8 @@ With this integration, you'll be able to: - **Authenticate with GitHub** - Sign in to SonarQube with your GitHub credentials. ## Prerequisites -To add pull request decoration to Checks in GitHub Enterprise, you must be running GitHub Enterprise version 2.21+. +- To add pull request decoration to Checks in GitHub Enterprise, you must be running GitHub Enterprise version 2.21+. +- To analyze projects with GitHub Actions in GitHub Enterprise, you must be running [GitHub Enterprise version 3.0+](https://docs.github.com/en/enterprise-server@2.22/admin/github-actions/getting-started-with-github-actions-for-github-enterprise-server). ### Branch Analysis Community Edition doesn't support the analysis of multiple branches, so you can only analyze your main branch. With [Developer Edition](https://redirect.sonarsource.com/editions/developer.html), you can analyze multiple branches and pull requests. |