We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 473026f commit 959b72dCopy full SHA for 959b72d
.github/workflows/codeql.yml
@@ -18,11 +18,16 @@ on:
18
# The branches below must be a subset of the branches above
19
branches: [ "master" ]
20
schedule:
21
- - cron: '15 17 * * 1'
+ - cron: '29 13 * * 5'
22
23
jobs:
24
analyze:
25
name: Analyze
26
+ # Runner size impacts CodeQL analysis time. To learn more, please see:
27
+ # - https://gh.io/recommended-hardware-resources-for-running-codeql
28
+ # - https://gh.io/supported-runners-and-hardware-resources
29
+ # - https://gh.io/using-larger-runners
30
+ # Consider using larger runners for possible analysis time improvements.
31
runs-on: ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-latest' }}
32
timeout-minutes: ${{ (matrix.language == 'swift' && 120) || 360 }}
33
permissions:
0 commit comments