Merge pull request #2056 from adityasharad/patch-3

CodeQL: Reduce job timeout to 2h if the target language is Swift
This commit is contained in:
Beth Brennan
2023-05-31 15:17:17 -04:00
committed by GitHub
+1
View File
@@ -24,6 +24,7 @@ jobs:
analyze:
name: Analyze
runs-on: ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-latest' }}
timeout-minutes: ${{ (matrix.language == 'swift' && 120) || 360 }}
permissions:
actions: read
contents: read