Skip to content

Commit d83d72a

Browse files
committed
0033805: Configuration - Implement GitHub Actions build scripts
Enable MSVC code analyzing to push SARIF files
1 parent fae5678 commit d83d72a

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

.github/workflows/codemsvc.yml

+3-10
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,7 @@ jobs:
5656
# ignoredPaths: ${{ github.workspace }}/dependencies;${{ github.workspace }}/test
5757

5858
# Upload SARIF file to GitHub Code Scanning Alerts
59-
#- name: Upload SARIF to GitHub
60-
# uses: github/codeql-action/[email protected]
61-
# with:
62-
# sarif_file: ${{ steps.run-analysis.outputs.sarif }}
63-
64-
# Upload SARIF file as an Artifact to download and view
65-
- name: Upload SARIF as an Artifact
66-
uses: actions/[email protected]
59+
- name: Upload SARIF to GitHub
60+
uses: github/codeql-action/[email protected]
6761
with:
68-
name: sarif-file
69-
path: ${{ steps.run-analysis.outputs.sarif }}
62+
sarif_file: ${{ steps.run-analysis.outputs.sarif }}

0 commit comments

Comments
 (0)