Skip to content

Commit 8eb15c3

Browse files
committed
removing timeout
1 parent e61bc8d commit 8eb15c3

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/codeql-multiple-repo-scan.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ jobs:
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
@@ -92,11 +89,9 @@ jobs:
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

0 commit comments

Comments
 (0)