Skip to content

Commit 68ea952

Browse files
authored
Update codeql.yml
Signed-off-by: Rob Winch <[email protected]>
1 parent 4a12382 commit 68ea952

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/codeql.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ name: "CodeQL Advanced"
1313

1414
on:
1515
push:
16-
branches: [ "main", "6.4.x", "6.3.x", "docs-build", "gh-pages" ]
16+
branches: [ "main", "6.3.x", "6.4.x", "docs-build", "gh-pages" ]
1717
pull_request:
18-
branches: [ "main", "6.4.x", "6.3.x", "docs-build", "gh-pages" ]
18+
branches: [ "main", "6.3.x", "6.4.x", "docs-build", "gh-pages" ]
1919
schedule:
20-
- cron: '15 2 * * 0'
20+
- cron: '17 20 * * 3'
2121

2222
jobs:
2323
analyze:
@@ -77,7 +77,6 @@ jobs:
7777
with:
7878
languages: ${{ matrix.language }}
7979
build-mode: ${{ matrix.build-mode }}
80-
initialize: false # Explicitly disable the default setup
8180
# If you wish to specify custom queries, you can do so here or in a config file.
8281
# By default, queries listed here will override any specified in a config file.
8382
# Prefix the list here with "+" to use these queries and those in the config file.

0 commit comments

Comments
 (0)