From 110662b6b38af6d15e222580fe747fe6f89d0e4a Mon Sep 17 00:00:00 2001 From: Sebastian Schuberth Date: Wed, 21 Feb 2024 23:23:31 +0100 Subject: [PATCH] DEBUG --- .github/workflows/static-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index 0734fa44e2bcc..f79d94c4eebe4 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -51,7 +51,7 @@ jobs: uses: gradle/gradle-build-action@v3 with: gradle-home-cache-cleanup: true - arguments: detekt detektTest detektFunTest + arguments: --scan detekt detektTest detektFunTest - name: Upload SARIF File uses: github/codeql-action/upload-sarif@v3 if: ${{ always() }} # Upload even if the previous step failed.