@@ -24,33 +24,33 @@ jobs:
2424 fail-fast : false
2525 matrix :
2626 include :
27- - language : actions
28- build-mode : none
29- - language : go
30- build-mode : autobuild
31- - language : javascript-typescript
32- build-mode : none
27+ - language : actions
28+ build-mode : none
29+ - language : go
30+ build-mode : autobuild
31+ - language : javascript-typescript
32+ build-mode : none
3333 steps :
34- - name : Checkout repository
35- uses : actions/checkout@v4
36-
37- - name : Initialize CodeQL
38- uses : github/codeql-action/init@v3
39- with :
40- languages : ${{ matrix.language }}
41- build-mode : ${{ matrix.build-mode }}
42-
43- - if : matrix.build-mode == 'manual'
44- shell : bash
45- run : |
46- echo 'If you are using a "manual" build mode for one or more of the' \
47- 'languages you are analyzing, replace this with the commands to build' \
48- 'your code, for example:'
49- echo ' make bootstrap'
50- echo ' make release'
51- exit 1
52-
53- - name : Perform CodeQL Analysis
54- uses : github/codeql-action/analyze@v3
55- with :
56- category : " /language:${{matrix.language}}"
34+ - name : Checkout repository
35+ uses : actions/checkout@v4
36+
37+ - name : Initialize CodeQL
38+ uses : github/codeql-action/init@v3
39+ with :
40+ languages : ${{ matrix.language }}
41+ build-mode : ${{ matrix.build-mode }}
42+
43+ - if : matrix.build-mode == 'manual'
44+ shell : bash
45+ run : |
46+ echo 'If you are using a "manual" build mode for one or more of the' \
47+ 'languages you are analyzing, replace this with the commands to build' \
48+ 'your code, for example:'
49+ echo ' make bootstrap'
50+ echo ' make release'
51+ exit 1
52+
53+ - name : Perform CodeQL Analysis
54+ uses : github/codeql-action/analyze@v3
55+ with :
56+ category : " /language:${{matrix.language}}"
0 commit comments