Skip to content

Commit

Permalink
Update msvc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fszontagh authored Dec 31, 2024
1 parent 7d17ba5 commit a4490dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/msvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a4490dd

Please sign in to comment.