diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index c46f87084d..923b754495 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 af9938c6f7..e6e41a7e69 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