Update msvc-codeanalysis.yml

bugfix
This commit is contained in:
Jan W. Krieger 2024-01-09 22:15:39 +01:00 committed by GitHub
parent 6cfce4c30e
commit 220e2b5bb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,7 +39,7 @@ jobs:
- name: Run MSVC Code Analysis
uses: microsoft/msvc-code-analysis-action@v0.1.1
# Provide a unique ID to access the sarif output path
id: msvc-run-analysis
id: run-analysis
with:
cmakeBuildDirectory: ${{ env.build }}
buildConfiguration: ${{ env.config }}