Skip to content

Commit 612a35e

Browse files
authored
Update codacy.yml
1 parent 7a1b900 commit 612a35e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/codacy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ jobs:
3737
# Checkout the repository to the GitHub Actions runner
3838
- name: Checkout code
3939
uses: actions/checkout@v4
40-
40+
with:
41+
submodules: 'true'
42+
4143
# Execute Codacy Analysis CLI and generate a SARIF output with the security issues identified during the analysis
4244
- name: Run Codacy Analysis CLI
4345
uses: codacy/codacy-analysis-cli-action@d840f886c4bd4edc059706d09c6a1586111c540b

0 commit comments

Comments
 (0)