From 3c7c5d03d13205a343ecbe560c9a1dd667aa5ad2 Mon Sep 17 00:00:00 2001 From: Emily Yang Date: Wed, 8 Jan 2025 15:33:17 -0500 Subject: [PATCH] Update codeql-analysis-csharp.yaml adding upload artifact steps --- .github/workflows/codeql-analysis-csharp.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/codeql-analysis-csharp.yaml b/.github/workflows/codeql-analysis-csharp.yaml index 0124b7b9e..654ac6065 100644 --- a/.github/workflows/codeql-analysis-csharp.yaml +++ b/.github/workflows/codeql-analysis-csharp.yaml @@ -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