Question 054
### How can you configure your GitHub repository to run CodeQL analysis on a schedule? (Choose two.)
> https://docs.github.com/en/code-security/code-scanning/enabling-code-scanning/configuring-default-setup-for-code-scanning#about-default-setup
- [x] By creating a GitHub Actions workflow with a `schedule` trigger. The workflow should leverage actions from the `github/codeql-action` repository.
- [x] By using the default CodeQL analysis setup.
- [ ] By setting the `codeql.trigger` property in the repository settings to `schedule`.
- [ ] By adding a `schedule` property to the `.github/codeql.yml` configuration file.
- [ ] By raising a request with GitHub support to enable scheduled CodeQL analysis for the repository.