# GitHub Actions

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

### Language-specific properties <a href="#languagespecific-properties" id="languagespecific-properties"></a>

Add commentDiscover and update the YAML properties by going to **Administration** > **Configuration** > **General Settings** > **Languages** > **GitHub Actions**.

### Deactivating GitHub Actions analysis <a href="#deactivating-github-actions-analysis" id="deactivating-github-actions-analysis"></a>

Add commentYou can deactivate the analysis of GitHub Actions by setting the `sonar.githubactions.activate` property to `false`.[<br>](/sonarqube-cloud/analyzing-source-code/languages/flex.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sonarsource.com/sonarqube-server/analyzing-source-code/languages/github-actions.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
