From ee40d2e2b3a65f835a00afdf1687db9400364dd6 Mon Sep 17 00:00:00 2001 From: Pedro Lopes <83576881+pedrompflopes@users.noreply.github.com> Date: Mon, 29 Jan 2024 14:48:50 +0000 Subject: [PATCH] test --- .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 ac28b1c..9f73721 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,8 +21,8 @@ jobs: - name: Cx report uses: actions/upload-artifact@v3 with: - name: cx_result.pdf - path: cx_result.pdf + name: cx_result.sarif + path: cx_result.sarif - name: Upload SARIF file uses: github/codeql-action/upload-sarif@v2 with: