We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b8e023 commit c5bdc29Copy full SHA for c5bdc29
.github/workflows/ci-post-commit-analyzer.yml
@@ -84,8 +84,7 @@ jobs:
84
# Run the analyzer.
85
python3 .github/workflows/ci-post-commit-analyzer-run.py build/compile_commands.json
86
87
- # TODO: Use scan-build from container once we have new container builds with scan-build.
88
- ./clang/tools/scan-build/bin/scan-build --generate-index-only build/analyzer-results
+ scan-build --generate-index-only build/analyzer-results
89
90
- name: Upload Results
91
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 #v4.3.0
0 commit comments