File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 2525 build :
2626 name : CodeQL Analysis
2727 if : github.event.pull_request.draft == false
28+ strategy :
29+ matrix :
30+ languages : ["actions", "javascript-typescript"]
2831 runs-on : ubuntu-latest
2932 permissions :
33+ contents : read
3034 security-events : write
3135 steps :
3236 - name : Check out repo
3842 - name : Initialise CodeQL
3943 uses : github/codeql-action/init@5f8171a638ada777af81d42b55959a643bb29017 # v3.28.12
4044 with :
41- languages : javascript-typescript
4245 config-file : ./.github/codeql-config.yml
46+ languages : ${{ matrix.languages }}
4347
4448 - name : Perform CodeQL analysis
4549 uses : github/codeql-action/analyze@5f8171a638ada777af81d42b55959a643bb29017 # v3.28.12
50+ with :
51+ category : " /language:${{matrix.language}}"
You can’t perform that action at this time.
0 commit comments