From ad9fd23a5978a10b5ec68270984b7b534556edd1 Mon Sep 17 00:00:00 2001 From: Lai Jiang Date: Sat, 9 Mar 2024 08:46:47 -0500 Subject: [PATCH] Finalize --- .github/workflows/codeql.yml | 17 ++++++++--------- .github/workflows/dependency-submission.yml | 2 +- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index c46f87084df..923b7544954 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -1,14 +1,13 @@ name: "CodeQL" -#on: - # push: - # branches: [ 'master' ] - # pull_request: - # # The branches below must be a subset of the branches above - # branches: [ 'master' ] - # schedule: - # - cron: '24 4 * * 2' -on: [push] +on: + push: + branches: [ 'master' ] + pull_request: + # The branches below must be a subset of the branches above + branches: [ 'master' ] + schedule: + - cron: '24 4 * * *' jobs: analyze: diff --git a/.github/workflows/dependency-submission.yml b/.github/workflows/dependency-submission.yml index af9938c6f74..e6e41a7e694 100644 --- a/.github/workflows/dependency-submission.yml +++ b/.github/workflows/dependency-submission.yml @@ -4,7 +4,7 @@ on: push: branches: [ 'master' ] schedule: - - cron: '24 3 1 * *' + - cron: '24 3 * * *' permissions: contents: write