File tree Expand file tree Collapse file tree 1 file changed +1
-14
lines changed Expand file tree Collapse file tree 1 file changed +1
-14
lines changed Original file line number Diff line number Diff line change 1
- # For most projects, this workflow file will not need changing; you simply need
2
- # to commit it to your repository.
3
- #
4
- # You may wish to alter this file to override the set of languages analyzed,
5
- # or to provide custom queries or build logic.
6
- #
7
- # ******** NOTE ********
8
- # We have attempted to detect the languages in your repository. Please check
9
- # the `language` matrix defined below to confirm you have the correct set of
10
- # supported CodeQL languages.
11
- #
12
1
name : " CodeQL"
13
2
14
3
on :
15
4
push :
16
5
branches : [ "main" ]
17
6
pull_request :
18
7
branches : [ "main" ]
19
- schedule :
20
- - cron : ' 15 14 * * 6'
21
8
22
9
jobs :
23
10
analyze :
85
72
- if : matrix.build-mode == 'manual'
86
73
shell : bash
87
74
run : |
88
- npm install
89
75
node ./github/workflows/libmongocrypt.mjs
76
+ npm install
90
77
npm run prebuild
91
78
92
79
- name : Perform CodeQL Analysis
You can’t perform that action at this time.
0 commit comments