Upload with artifact upload action.

This commit is contained in:
2025-03-19 14:31:36 +01:00
parent e09fdf06c7
commit 550a3b998c

View File

@@ -51,6 +51,8 @@ jobs:
image: "docker/nginx-fpm:latest" image: "docker/nginx-fpm:latest"
fail-build: false fail-build: false
- uses: github/codeql-action/upload-sarif@v3 - name: Upload artifact
uses: actions/upload-artifact@v4
with: with:
sarif_file: ${{ steps.scan.outputs.sarif }} name: my-artifact
path: ${{ steps.scan.outputs.sarif }}