File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 99# the `language` matrix defined below to confirm you have the correct set of
1010# supported CodeQL languages.
1111#
12- name : " CodeQL"
12+ name : " CodeQL Advanced "
1313
1414on :
1515 push :
1616 branches : [ "main" ]
1717 pull_request :
1818 branches : [ "main" ]
1919 schedule :
20- - cron : ' 0 0 * * * '
20+ - cron : ' 0 0 0 0 0 '
2121
2222jobs :
2323 analyze :
2828 # - https://gh.io/using-larger-runners (GitHub.com only)
2929 # Consider using larger runners or machines with greater resources for possible analysis time improvements.
3030 runs-on : ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-latest' }}
31- timeout-minutes : ${{ (matrix.language == 'swift' && 120) || 360 }}
3231 permissions :
3332 # required for all workflows
3433 security-events : write
You can’t perform that action at this time.
0 commit comments