From e09fdf06c7e8e0f474af67bddcb2d602cf072b03 Mon Sep 17 00:00:00 2001 From: Christian Steinle Date: Wed, 19 Mar 2025 14:22:25 +0100 Subject: [PATCH] Try to upload the sarif artifact. --- .gitea/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index b8e3569..8b81d81 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -50,7 +50,7 @@ jobs: with: image: "docker/nginx-fpm:latest" fail-build: false - output-format: table - - name: Inspect action SARIF report - run: cat ${{ steps.scan.outputs.table }} + - uses: github/codeql-action/upload-sarif@v3 + with: + sarif_file: ${{ steps.scan.outputs.sarif }} \ No newline at end of file