我已经通过网站将 CodeQL 集成到我的 github 项目中。它工作,它分析和生成 SARIF 文件。然后它说结果已成功上传:
Uploading results
Processing sarif files: ["/home/runner/work/my_project/results/cpp-builtin.sarif"]
Uploading results
Successfully uploaded results
在哪里?我在哪里可以找到这些结果并阅读它们?CodeQL 如何指示发现了问题?我的 .yaml 包含:
- run: |
sudo -n apt-get install -y autopoint gettext
autoreconf --install
./configure
make
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1