diff options
| author | Bobby <[email protected]> | 2022-08-31 20:31:58 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-08-31 20:31:58 -0400 |
| commit | c25009e61b7810665a7f884ba9f793c040a0c8aa (patch) | |
| tree | a61b3e890c2e5021973d3d5e0d7819333b4a389e /.github | |
| parent | 05f85f328c162811e097defdd29a4154aec0b56d (diff) | |
| download | edify-c25009e61b7810665a7f884ba9f793c040a0c8aa.tar.xz edify-c25009e61b7810665a7f884ba9f793c040a0c8aa.zip | |
Running CodeQL every hour
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/codeql-analysis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 1807489..5cf1df8 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -18,7 +18,7 @@ on: # The branches below must be a subset of the branches above branches: [ "main" ] schedule: - - cron: '45 12 * * 2' + - cron: '0 * * * *' jobs: analyze: |
