Skip to content

Commit

Permalink
Fix msvc actoin
Browse files Browse the repository at this point in the history
  • Loading branch information
walbourn committed Jul 25, 2024
1 parent 0eb696c commit bedc1fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/msvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,11 @@ jobs:
run: cmake -B out

- name: Initialize MSVC Code Analysis
uses: microsoft/msvc-code-analysis-action@0df19ee46a1bb402492712e5f21c36f59
uses: microsoft/msvc-code-analysis-action@v0.1.1
id: run-analysis
with:
cmakeBuildDirectory: ./Tests/headertest/out
buildConfiguration: Debug
ruleset: NativeRecommendedRules.ruleset

# Upload SARIF file to GitHub Code Scanning Alerts
Expand Down

0 comments on commit bedc1fb

Please sign in to comment.