From 329cbcd19bcd3e4fe41f452e58446fcbfaf210ea Mon Sep 17 00:00:00 2001 From: Zied <26070035+zguesmi@users.noreply.github.com> Date: Mon, 13 Jan 2025 15:00:19 +0100 Subject: [PATCH] Debug CI issue --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 11449770..72ee1325 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -44,8 +44,8 @@ jobs: solc-version: '0.8.21' slither-args: --checklist --markdown-root ${{ github.server_url }}/${{ github.repository }}/blob/${{ github.sha }}/ fail-on: none # TODO set this to high or other - sarif: results-new.sarif + sarif: results.sarif - name: Upload SARIF file uses: github/codeql-action/upload-sarif@v3 with: - sarif_file: results-new.sarif + sarif_file: results.sarif