From 26a813db8a47ff01cf79a9d4e16155c6136a7fd7 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 1 Mar 2026 06:00:53 +0000 Subject: [PATCH 1/2] Initial plan From 7007447ca62a2beff4835607575c2296f020278c Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 1 Mar 2026 06:02:31 +0000 Subject: [PATCH 2/2] Update codeql-action from v3 to v4 and add continue-on-error for SARIF upload Co-authored-by: mariofix <5313331+mariofix@users.noreply.github.com> --- .github/workflows/codacy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/codacy.yml b/.github/workflows/codacy.yml index 3d49685..2a8a1be 100644 --- a/.github/workflows/codacy.yml +++ b/.github/workflows/codacy.yml @@ -56,6 +56,7 @@ jobs: # Upload the SARIF file generated in the previous step - name: Upload SARIF results file - uses: github/codeql-action/upload-sarif@v3 + uses: github/codeql-action/upload-sarif@v4 with: sarif_file: results.sarif + continue-on-error: true