Skip to content

Commit 248347d

Browse files
smowtonam-stead
andauthored
Document CodeQL sequential language analysis / build-mode interaction (#55890)
Co-authored-by: Anne-Marie <102995847+am-stead@users.noreply.github.com>
1 parent c7af24e commit 248347d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

content/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/customizing-your-advanced-setup-for-code-scanning.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,9 @@ If your workflow does not contain a matrix called `language`, then {% data varia
207207
languages: c-cpp, csharp, python
208208
```
209209

210+
> [!NOTE]
211+
> When analyzing languages sequentially, the default build-mode for every language will be used. Alternatively, if you provide an explicit `autobuild` step, then every language that supports the `autobuild` mode will use it while other languages use their default mode. If a more complex build-mode configuration than this is required, then you will need to use a `language` matrix.
212+
210213
## Defining the alert severities that cause a check failure for a pull request
211214

212215
{% ifversion code-scanning-merge-protection-rulesets %}

0 commit comments

Comments
 (0)