File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 - src/**
1212 - tests/**
1313 - i18n/**
14+ - data/types
1415 - .github/workflows/ci-cd.yml
1516 - package.json
1617 - package-lock.json
2425 steps :
2526 - name : Checkout code
2627 uses : actions/checkout@v4
28+ with :
29+ submodules : true
2730
2831 - name : Setup Node
2932 uses : actions/setup-node@v4
Original file line number Diff line number Diff line change 3939 steps :
4040 - name : Checkout repository
4141 uses : actions/checkout@v4
42+ with :
43+ submodules : true
4244
4345 # Initializes the CodeQL tools for scanning.
4446 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 1616 steps :
1717 - name : ' Checkout Repository'
1818 uses : actions/checkout@v4
19+ with :
20+ submodules : true
1921 - name : ' Dependency Review'
2022 uses : actions/dependency-review-action@v4
Original file line number Diff line number Diff line change 1818 - uses : actions/checkout@v4
1919 with :
2020 path : ./project/
21+ submodules : true
2122 - uses : actions/checkout@v4
2223 with :
2324 ref : docs
Original file line number Diff line number Diff line change 1111 steps :
1212 - name : Checkout code
1313 uses : actions/checkout@v4
14+ with :
15+ submodules : true
1416
1517 - name : Setup Node
1618 uses : actions/setup-node@v4
You can’t perform that action at this time.
0 commit comments