Question 061
### When using CodeQL analysis in your GitHub Actions workflow, how often is the scan triggered?
> https://docs.github.com/en/code-security/code-scanning/introduction-to-code-scanning/about-code-scanning#about-code-scanning
1. [x] Code scanning can be triggered for many different events that happen in the repository.
1. [ ] Code scanning is triggered on every push to the repository.
1. [ ] Code scanning is triggered on a configurable schedule
1. [ ] Code scanning can be triggered on a configurable schedule or on pull requests.