質問 076

### GitHub ActionsでCodeQL解析を実行するとき、どのActionsを使いますか?(3つ選んでください) > https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages#about-the-codeql-analysis-workflow-and-compiled-languages - [x] `github/codeql-action/init` - [x] `github/codeql-action/analyze` - [x] `github/codeql-action/autobuild`(コンパイル言語のみ) - [ ] `github/codeql-action/autobuild` - [ ] `github/codeql-action/init`(コンパイル言語のみ) - [ ] `github/codeql-action/analyze`(インタプリタ言語のみ)