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