You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/codeql.yml
+5-8Lines changed: 5 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -12,12 +12,9 @@
12
12
name: 'CodeQL'
13
13
14
14
on:
15
-
push:
16
-
branches: ['main']
17
-
pull_request:
18
-
branches: ['main']
15
+
workflow_dispatch:
19
16
schedule:
20
-
- cron: '20 18 * * 0'
17
+
- cron: '20 18 * * 0'# At 18:20 on Sunday
21
18
22
19
jobs:
23
20
analyze:
@@ -56,11 +53,11 @@ jobs:
56
53
# your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages
0 commit comments