Skip to content

Commit 1e668e1

Browse files
authored
Update codacy-analysis.yaml
1 parent 3f3f55c commit 1e668e1

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/codacy-analysis.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout code
11-
uses: actions/checkout@main
11+
uses: actions/checkout@v3
12+
with:
13+
submodules: 'recursive'
1214

15+
- name: Fix permissions for nsjail
16+
run: chmod a+r /home/runner/work/autograder2/autograder2/nsjail
1317
- name: Run Codacy Analysis CLI
1418
uses: codacy/codacy-analysis-cli-action@master

0 commit comments

Comments
 (0)