We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7ecd93 commit d414227Copy full SHA for d414227
.github/workflows/codeql.yml
@@ -5,7 +5,7 @@ on:
5
pull_request:
6
branches: [ "master" ]
7
schedule:
8
- - cron: '30 8 * * *'
+ - cron: '30 15 * * *'
9
jobs:
10
analyze:
11
name: Analyze (${{ matrix.language }})
.github/workflows/security-monitoring.yml
@@ -2,7 +2,7 @@ name: Security Monitoring
2
3
on:
4
- - cron: '0 9 * * *'
+ - cron: '0 16 * * *'
concurrency:
group: ${{ github.workflow }}-${{ github.run_id }}
0 commit comments