Skip to content

Commit

Permalink
Update codeql-analysis-csharp.yaml
Browse files Browse the repository at this point in the history
adding upload artifact steps
  • Loading branch information
yangx17 authored Jan 8, 2025
1 parent bed5ad0 commit 3c7c5d0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/codeql-analysis-csharp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,14 @@ jobs:
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3

- name: upload output to artifact
uses: actions/upload-artifact@v4
with:
name: csharp_scanning
path: |
csharp.sarif
csharp.zip
# analyze:
# name: Analyze
Expand Down

0 comments on commit 3c7c5d0

Please sign in to comment.