Question 089
### Which of these is NOT a valid approach one can take to reduce the time it takes for CodeQL analysis workflow to complete?
> https://docs.github.com/en/code-security/code-scanning/troubleshooting-code-scanning/analysis-takes-too-long
1. [x] Run the analysis on every push event
1. [ ] Use runners with more CPU/RAM resources
1. [ ] Parallelize the analysis for multi-language codebases
1. [ ] Ignore irrelevant files and directories from the analysis
1. [ ] Reduce the number of queries that are run