diff --git a/.github/workflows/codacy.yml b/.github/workflows/codacy.yml index c1ac88ca2..8731e9068 100644 --- a/.github/workflows/codacy.yml +++ b/.github/workflows/codacy.yml @@ -12,5 +12,11 @@ jobs: - name: Run Codacy Analysis CLI uses: codacy/codacy-analysis-cli-action@v4 with: - project-token: ${{ secrets.CODACY_PROJECT_TOKEN }} - upload: true + output: results.sarif + format: sarif + gh-code-scanning-compat: true + max-allowed-issues: 2147483647 + - name: Upload SARIF results file + uses: github/codeql-action/upload-sarif@v2 + with: + sarif_file: results.sarif