From 68ea952d5ad705cc182b5a2b28f0da7116e9a1b4 Mon Sep 17 00:00:00 2001 From: Rob Winch <362503+rwinch@users.noreply.github.com> Date: Wed, 23 Apr 2025 15:09:15 -0500 Subject: [PATCH] Update codeql.yml Signed-off-by: Rob Winch <362503+rwinch@users.noreply.github.com> --- .github/workflows/codeql.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 8c1290c882..4ab92e6213 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -13,11 +13,11 @@ name: "CodeQL Advanced" on: push: - branches: [ "main", "6.4.x", "6.3.x", "docs-build", "gh-pages" ] + branches: [ "main", "6.3.x", "6.4.x", "docs-build", "gh-pages" ] pull_request: - branches: [ "main", "6.4.x", "6.3.x", "docs-build", "gh-pages" ] + branches: [ "main", "6.3.x", "6.4.x", "docs-build", "gh-pages" ] schedule: - - cron: '15 2 * * 0' + - cron: '17 20 * * 3' jobs: analyze: @@ -77,7 +77,6 @@ jobs: with: languages: ${{ matrix.language }} build-mode: ${{ matrix.build-mode }} - initialize: false # Explicitly disable the default setup # If you wish to specify custom queries, you can do so here or in a config file. # By default, queries listed here will override any specified in a config file. # Prefix the list here with "+" to use these queries and those in the config file.