From a4490dde7532ef626e0a98563adefa0c8f9d429c Mon Sep 17 00:00:00 2001 From: fszontagh <51741446+fszontagh@users.noreply.github.com> Date: Tue, 31 Dec 2024 10:23:44 +0100 Subject: [PATCH] Update msvc.yml --- .github/workflows/msvc.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/msvc.yml b/.github/workflows/msvc.yml index 24a5c79..3c53a2f 100644 --- a/.github/workflows/msvc.yml +++ b/.github/workflows/msvc.yml @@ -110,12 +110,14 @@ jobs: cmakeBuildDirectory: ${{ env.build }} # Ruleset file that will determine what checks will be run ruleset: NativeRecommendedRules.ruleset + ignoredPaths: ${{ env.build }}/_deps # Upload SARIF file to GitHub Code Scanning Alerts - name: Upload SARIF to GitHub uses: github/codeql-action/upload-sarif@v3 with: sarif_file: ${{ steps.run-analysis.outputs.sarif }} + category: msvc # Upload SARIF file as an Artifact to download and view - name: Upload SARIF as an Artifact