From 612a35e3d9d551a43f5e9d1db42b882ba0dbdfcf Mon Sep 17 00:00:00 2001 From: Thomas Hauck Date: Mon, 18 Nov 2024 22:35:31 +0100 Subject: [PATCH] Update codacy.yml --- .github/workflows/codacy.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/codacy.yml b/.github/workflows/codacy.yml index 854dcbf..9130485 100644 --- a/.github/workflows/codacy.yml +++ b/.github/workflows/codacy.yml @@ -37,7 +37,9 @@ jobs: # Checkout the repository to the GitHub Actions runner - name: Checkout code uses: actions/checkout@v4 - + with: + submodules: 'true' + # Execute Codacy Analysis CLI and generate a SARIF output with the security issues identified during the analysis - name: Run Codacy Analysis CLI uses: codacy/codacy-analysis-cli-action@d840f886c4bd4edc059706d09c6a1586111c540b