File tree Expand file tree Collapse file tree 3 files changed +13
-50
lines changed Expand file tree Collapse file tree 3 files changed +13
-50
lines changed Original file line number Diff line number Diff line change
1
+ paths :
2
+ - .github
3
+ - packages
1
4
paths-ignore :
5
+ - analysis
2
6
- deploy-doc
3
7
- dist
4
8
- lint-doc
Original file line number Diff line number Diff line change @@ -14,11 +14,17 @@ jobs:
14
14
codeql-build :
15
15
name : CodeQL Build
16
16
17
- runs-on : ubuntu-latest
18
-
19
17
permissions :
20
18
security-events : write
21
19
20
+ strategy :
21
+ matrix :
22
+ language :
23
+ - actions
24
+ - typescript
25
+
26
+ runs-on : ubuntu-latest
27
+
22
28
steps :
23
29
- name : Checkout tree
24
30
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
27
33
uses : github/codeql-action/init@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
28
34
with :
29
35
config-file : .github/codeql/codeql-configuration.yml
30
-
31
- - name : Autobuild
32
- uses : github/codeql-action/autobuild@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
36
+ languages : ${{ matrix.language }}
33
37
34
38
- name : Perform CodeQL analysis
35
39
uses : github/codeql-action/analyze@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments