We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a1b900 commit 612a35eCopy full SHA for 612a35e
.github/workflows/codacy.yml
@@ -37,7 +37,9 @@ jobs:
37
# Checkout the repository to the GitHub Actions runner
38
- name: Checkout code
39
uses: actions/checkout@v4
40
-
+ with:
41
+ submodules: 'true'
42
+
43
# Execute Codacy Analysis CLI and generate a SARIF output with the security issues identified during the analysis
44
- name: Run Codacy Analysis CLI
45
uses: codacy/codacy-analysis-cli-action@d840f886c4bd4edc059706d09c6a1586111c540b
0 commit comments