Upload with artifact upload action.
This commit is contained in:
@@ -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 }}
|
||||||
Reference in New Issue
Block a user