Skip to content

Commit 3c7c5d0

Browse files
authored
Update codeql-analysis-csharp.yaml
adding upload artifact steps
1 parent bed5ad0 commit 3c7c5d0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/codeql-analysis-csharp.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,14 @@ jobs:
5454
- name: Perform CodeQL Analysis
5555
uses: github/codeql-action/analyze@v3
5656

57+
- name: upload output to artifact
58+
uses: actions/upload-artifact@v4
59+
with:
60+
name: csharp_scanning
61+
path: |
62+
csharp.sarif
63+
csharp.zip
64+
5765
5866
# analyze:
5967
# name: Analyze

0 commit comments

Comments
 (0)