# Introduction

SonarQube’s integration with GitHub Enterprise and GitHub.com allows you to maintain code quality and security in your GitHub repositories.

With this integration, you’ll be able to:

* Import your GitHub repositories: Import your GitHub repositories into SonarQube to easily set up SonarQube projects.
* Analyze projects with GitHub Actions: Integrate analysis into your build pipeline. Starting in [Developer Edition](https://www.sonarsource.com/plans-and-pricing/developer/), SonarScanners running in GitHub Actions jobs can automatically detect branches or pull requests being built so you don’t need to specifically pass them as parameters to the scanner.
* Report your quality gate status to your branches and pull requests: (starting in [Developer Edition](https://www.sonarsource.com/plans-and-pricing/developer/)) See your quality gate and code metric results right in GitHub so you know if it’s safe to merge your changes.
* Authenticate with GitHub: Sign in to SonarQube with your GitHub credentials.
* Display code scanning alerts for vulnerability issues in GitHub: Display security vulnerability issues found by SonarQube as code scanning alerts in the GitHub interface.

{% hint style="info" %}
If you’re using GitHub Enterprise, we recommend using [GitHub Enterprise version 3.4+](https://docs.github.com/en/enterprise-server@3.4).
{% endhint %}

### Learn more <a href="#learn-more" id="learn-more"></a>

* [setting-up-global-integration](https://docs.sonarsource.com/sonarqube-server/10.5/devops-platform-integration/github-integration/setting-up-global-integration "mention")
* [adding-sonarqube-analysis-to-your-workflow](https://docs.sonarsource.com/sonarqube-server/10.5/devops-platform-integration/github-integration/adding-sonarqube-analysis-to-your-workflow "mention")
* [setting-up-your-projects](https://docs.sonarsource.com/sonarqube-server/10.5/devops-platform-integration/github-integration/setting-up-your-projects "mention")
* [monorepo](https://docs.sonarsource.com/sonarqube-server/10.5/devops-platform-integration/github-integration/monorepo "mention")
