File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5151 repos-
5252 - name : Checkout all pinned repositories
5353 id : checkout-repos
54- timeout-minutes : 30
5554 env :
5655 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
5756 run : |
@@ -62,15 +61,13 @@ jobs:
6261 du -sh repos/* 2>/dev/null || echo "repos directory not found"
6362 df -h
6463 - name : Initialize CodeQL for all repositories
65- timeout-minutes : 15
6664 uses : github/codeql-action/init@v4
6765 with :
6866 languages : cpp
6967 build-mode : none
7068 packs : codeql/misra-cpp-coding-standards@2.50.0
7169 config-file : ./.github/codeql/codeql-config.yml
7270 - name : Perform CodeQL Analysis
73- timeout-minutes : 120 # Increased for multi-repo MISRA analysis
7471 uses : github/codeql-action/analyze@v4
7572 with :
7673 upload-database : false # Don't upload databases for each repo
9289 ref : v2.50.0
9390 - name : Recategorize Guidelines
9491 if : always()
95- timeout-minutes : 10
9692 run : |
9793 bazel run //scripts/tooling:recategorize_guidelines
9894 - name : Generate HTML Report from SARIF
99- timeout-minutes : 5
10095 run : |
10196 SARIF_FILE="sarif-results/cpp.sarif"
10297 if [ ! -f "$SARIF_FILE" ]; then
You can’t perform that action at this time.
0 commit comments