Microsoft
AZ-400 · Question #529
You use GitHub Enterprise for source control repositories. The repositories store C# code. You need to enable CodeQL scanning for the repositories. What should you do?
The correct answer is D. Push a GitHub Actions workflow to all the repositories.. To enable CodeQL scanning, you need to create and configure a GitHub Actions workflow that performs the CodeQL analysis. This workflow must be added to each repository you want to
Submitted by chiamaka_o· Mar 6, 2026Design and implement source control
Question
You use GitHub Enterprise for source control repositories. The repositories store C# code. You need to enable CodeQL scanning for the repositories. What should you do?
Options
- AEnable Dependabot security updates.
- BEnable Dependabot alerts.
- CConfigure a required GitHub Actions workflow for all the repositories.
- DPush a GitHub Actions workflow to all the repositories.
How the community answered
(40 responses)- A3% (1)
- B13% (5)
- C8% (3)
- D78% (31)
Explanation
To enable CodeQL scanning, you need to create and configure a GitHub Actions workflow that performs the CodeQL analysis. This workflow must be added to each repository you want to
Community Discussion
No community discussion yet for this question.