We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f762df9 commit 9a2bbabCopy full SHA for 9a2bbab
1 file changed
.github/workflows/security-scan.yml
@@ -1,9 +1,11 @@
1
name: Security Scan
2
3
on:
4
+ push:
5
+ branches: [ main ]
6
pull_request:
7
schedule:
- - cron: '0 4 * * 0' # weekly Sunday 04:00 UTC
8
+ - cron: '0 4 * * 0' # weekly Sunday 04:00 UTC
9
10
jobs:
11
codeql:
0 commit comments