Update msvc-code-analysis.yml

This commit is contained in:
William McVicar
2023-05-04 22:19:41 +02:00
committed by GitHub
parent 25eed76035
commit 164a2c5dd4

View File

@@ -50,10 +50,10 @@ jobs:
# ignoredPaths: ${{ github.workspace }}/dependencies;${{ github.workspace }}/test # ignoredPaths: ${{ github.workspace }}/dependencies;${{ github.workspace }}/test
# Upload SARIF file to GitHub Code Scanning Alerts # Upload SARIF file to GitHub Code Scanning Alerts
#- name: Upload SARIF to GitHub - name: Upload SARIF to GitHub
# uses: github/codeql-action/upload-sarif@v2 uses: github/codeql-action/upload-sarif@v2
# with: with:
# sarif_file: ${{ steps.run-analysis.outputs.sarif }} sarif_file: ${{ steps.run-analysis.outputs.sarif }}
# Upload SARIF file as an Artifact to download and view # Upload SARIF file as an Artifact to download and view
#- name: Upload SARIF as an Artifact #- name: Upload SARIF as an Artifact