We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77877e6 commit 9cb0f36Copy full SHA for 9cb0f36
1 file changed
.github/workflows/codeql-multiple-repo-scan.yml
@@ -68,6 +68,7 @@ jobs:
68
- name: Perform CodeQL Analysis
69
uses: github/codeql-action/analyze@v4
70
with:
71
+ upload: false
72
upload-database: false
73
output: sarif-results/
74
category: "multi-repo-scan"
@@ -94,6 +95,11 @@ jobs:
94
95
exit 1
96
fi
97
sarif html "$SARIF_FILE" --output codeql-report.html
98
+ - name: Upload SARIF to GitHub Security tab
99
+ uses: github/codeql-action/upload-sarif@v4
100
+ with:
101
+ sarif_file: sarif-results/cpp.sarif
102
+ category: "multi-repo-scan"
103
- name: Upload SARIF results as artifact
104
uses: actions/upload-artifact@v4
105
0 commit comments