1
- name : " CodeQL Advanced"
1
+ name : ' CodeQL Advanced'
2
2
3
3
on :
4
4
push :
5
- branches : [ " main" ]
5
+ branches : [' main' ]
6
6
pull_request :
7
- branches : [ " main" ]
7
+ branches : [' main' ]
8
8
schedule :
9
9
- cron : ' 28 6 * * 3'
10
10
@@ -28,29 +28,29 @@ jobs:
28
28
fail-fast : false
29
29
matrix :
30
30
include :
31
- - language : javascript-typescript
32
- build-mode : none
31
+ - language : javascript-typescript
32
+ build-mode : none
33
33
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