File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ name: "CodeQL"
1313
1414on :
1515 push :
16- branches : [ master ]
16+ branches : [ " master" ]
1717 pull_request :
1818 # The branches below must be a subset of the branches above
19- branches : [ master ]
19+ branches : [ " master" ]
2020 schedule :
2121 - cron : ' 15 2 * * 4'
2222
4444 uses : github/codeql-action/init@v3
4545 with :
4646 languages : ${{ matrix.language }}
47+ build-mode : ${{ matrix.build-mode }}
4748 # If you wish to specify custom queries, you can do so here or in a config file.
4849 # By default, queries listed here will override any specified in a config file.
4950 # Prefix the list here with "+" to use these queries and those in the config file.
6667 # make release
6768
6869 - 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