File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ name: "CodeQL"
13
13
14
14
on :
15
15
push :
16
- branches : [ master ]
16
+ branches : [ " master" ]
17
17
pull_request :
18
18
# The branches below must be a subset of the branches above
19
- branches : [ master ]
19
+ branches : [ " master" ]
20
20
schedule :
21
21
- cron : ' 15 2 * * 4'
22
22
44
44
uses : github/codeql-action/init@v3
45
45
with :
46
46
languages : ${{ matrix.language }}
47
+ build-mode : ${{ matrix.build-mode }}
47
48
# If you wish to specify custom queries, you can do so here or in a config file.
48
49
# By default, queries listed here will override any specified in a config file.
49
50
# Prefix the list here with "+" to use these queries and those in the config file.
66
67
# make release
67
68
68
69
- name : Perform CodeQL Analysis
69
- uses : github/codeql-action/analyze@v3
70
+ uses : github/codeql-action/analyze@v3
You can’t perform that action at this time.
0 commit comments