File tree Expand file tree Collapse file tree 4 files changed +5
-0
lines changed
Expand file tree Collapse file tree 4 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 2424 # don't checkout a detatched HEAD
2525 ref : ${{ github.head_ref }}
2626 token : ${{ steps.app-token.outputs.token }}
27+ submodules : recursive
2728
2829 # this is important so git log can pick up on
2930 # the whole history to generate the list of AUTHORS
Original file line number Diff line number Diff line change 5656 uses : actions/checkout@v4
5757 with :
5858 fetch-depth : 0
59+ submodules : recursive
5960
6061 - name : Setup Node.js
6162 uses : actions/setup-node@v4
Original file line number Diff line number Diff line change 3030 steps :
3131 - name : Checkout repository
3232 uses : actions/checkout@v4
33+ with :
34+ submodules : recursive
3335
3436 - name : Initialize CodeQL
3537 uses : github/codeql-action/init@v3
Original file line number Diff line number Diff line change 2525 # don't checkout a detatched HEAD
2626 ref : ${{ github.head_ref }}
2727 token : ${{ steps.app-token.outputs.token }}
28+ submodules : recursive
2829
2930 - uses : actions/setup-node@v4
3031 with :
You can’t perform that action at this time.
0 commit comments