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