From 860c776fabd7f38df131bb9a1bebc5c81ddb2f2b Mon Sep 17 00:00:00 2001 From: Ian McInerney Date: Thu, 2 Jan 2025 18:42:41 +0000 Subject: [PATCH] Try no absolute paths --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d1c560c..f17ab53 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -96,7 +96,7 @@ jobs: uses: microsoft/sarif-actions@v0.1 with: # Command to be sent to SARIF Multitool - command: merge ${{ github.workspace }}/build/*.c.c.sarif --recurse true --output-directory=${{ github.workspace }}/build/ --output-file=gcc.sarif + command: merge ./build/*.c.c.sarif --recurse true --output-directory=./build/ --output-file=gcc.sarif - name: "List dir" if: ${{ matrix.analysis == 'ON' }}