Skip to content

Commit d7faa6b

Browse files
committed
fix: fixing codeql error messages
dependency: none
1 parent d63413f commit d7faa6b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ name: "CodeQL"
1313

1414
on:
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

@@ -44,6 +44,7 @@ jobs:
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.
@@ -66,4 +67,4 @@ jobs:
6667
# make release
6768

6869
- name: Perform CodeQL Analysis
69-
uses: github/codeql-action/analyze@v3
70+
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)