From 707614eb5c4376476b13edb9a8d0e11a49f17512 Mon Sep 17 00:00:00 2001 From: Aidan Date: Mon, 9 Dec 2024 21:58:43 -0500 Subject: [PATCH] use config file --- .github/workflows/codacy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/codacy.yml b/.github/workflows/codacy.yml index 3808b7e..960bea2 100644 --- a/.github/workflows/codacy.yml +++ b/.github/workflows/codacy.yml @@ -53,6 +53,7 @@ jobs: # Force 0 exit code to allow SARIF file generation # This will handover control about PR rejection to the GitHub side max-allowed-issues: 2147483647 + configuration-file: ./.codacy.yaml # Upload the SARIF file generated in the previous step - name: Upload SARIF results file