File tree 1 file changed +8
-3
lines changed
1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 31
31
actions : read
32
32
contents : read
33
33
security-events : write
34
+ strategy :
35
+ fail-fast : false
36
+ matrix :
37
+ language : [javascript, actions]
34
38
35
39
steps :
36
40
- name : Checkout repository
40
44
- name : Initialize CodeQL
41
45
uses : github/codeql-action/init@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
42
46
with :
43
- languages : javascript
47
+ languages : ${{ matrix.language }}
48
+ config : |
49
+ paths-ignore:
50
+ - test
44
51
# If you wish to specify custom queries, you can do so here or in a config file.
45
52
# By default, queries listed here will override any specified in a config file.
46
53
# Prefix the list here with "+" to use these queries and those in the config file.
62
69
63
70
- name : Perform CodeQL Analysis
64
71
uses : github/codeql-action/analyze@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
65
- with :
66
- category : " /language:javascript"
You can’t perform that action at this time.
0 commit comments