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 cdd101d commit b0d8014Copy full SHA for b0d8014
.github/workflows/codeql.yml
@@ -1,10 +1,17 @@
1
-name: "CodeQL"
+name: "CodeQL"
2
3
on:
4
- push:
5
- branches: [main]
6
- pull_request:
7
+ schedule:
+ # ┌───────────── minute (0 - 59)
+ # │ ┌───────────── hour (0 - 23)
+ # │ │ ┌───────────── day of the month (1 - 31)
8
+ # │ │ │ ┌───────────── month (1 - 12 or JAN-DEC)
9
+ # │ │ │ │ ┌───────────── day of the week (0 - 6 or SUN-SAT)
10
+ # │ │ │ │ │
11
12
13
+ # * * * * *
14
+ - cron: '30 1 * * 0'
15
16
jobs:
17
CodeQL-Build:
@@ -29,4 +36,4 @@ jobs:
29
36
uses: github/codeql-action/autobuild@v1
30
37
31
38
- name: Perform CodeQL Analysis
32
- uses: github/codeql-action/analyze@v1
39
+ uses: github/codeql-action/analyze@v1
0 commit comments