Skip to content

Commit 959b72d

Browse files
Update codeql.yml
Signed-off-by: 滝猫 <[email protected]>
1 parent 473026f commit 959b72d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,16 @@ on:
1818
# The branches below must be a subset of the branches above
1919
branches: [ "master" ]
2020
schedule:
21-
- cron: '15 17 * * 1'
21+
- cron: '29 13 * * 5'
2222

2323
jobs:
2424
analyze:
2525
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.
2631
runs-on: ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-latest' }}
2732
timeout-minutes: ${{ (matrix.language == 'swift' && 120) || 360 }}
2833
permissions:

0 commit comments

Comments
 (0)