File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -29,17 +29,17 @@ jobs:
29
29
strategy :
30
30
fail-fast : false
31
31
matrix :
32
- language : [ 'go', 'javascript' ]
32
+ language : [ 'go', 'javascript-typescript ' ]
33
33
steps :
34
- - name : Checkout repo
35
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
36
- with :
37
- fetch-depth : 1
34
+ - name : Checkout repository
35
+ uses : actions/checkout@v4
38
36
- name : Initialize CodeQL
39
- uses : github/codeql-action/init@e5f05b81d5b6ff8cfa111c80c22c5fd02a384118 # v3.23.0
37
+ uses : github/codeql-action/init@v3
40
38
with :
41
39
languages : ${{ matrix.language }}
42
40
- name : Autobuild
43
- uses : github/codeql-action/autobuild@e5f05b81d5b6ff8cfa111c80c22c5fd02a384118 # v3.23.0
41
+ uses : github/codeql-action/autobuild@v3
44
42
- name : Perform CodeQL Analysis
45
- uses : github/codeql-action/analyze@e5f05b81d5b6ff8cfa111c80c22c5fd02a384118 # v3.23.0
43
+ uses : github/codeql-action/analyze@v3
44
+ with :
45
+ category : " /language:${{matrix.language}}"
You can’t perform that action at this time.
0 commit comments