This version of the SonarQube documentation is no longer maintained. It relates to a version of SonarQube that is not active.
For the complete documentation index, see llms.txt. This page is also available as Markdown.

GitHub Actions

SonarQube supports analysis of YAML files detected as GitHub Actions.

The analysis is searches for workflows located in **/.github/workflows/** and composite actions in **/actions.yml.

Language-specific properties

Add commentDiscover and update the YAML properties in Your Project > Administration > General Settings > Languages > GitHub Actions.

Deactivating GitHub Actions analysis

Add commentYou can deactivate the analysis of GitHub Actions by setting the sonar.githubactions.activate property to false.

Last updated

Was this helpful?