Update msvc-code-analysis.yml
This commit is contained in:
18
.github/workflows/msvc-code-analysis.yml
vendored
18
.github/workflows/msvc-code-analysis.yml
vendored
@@ -50,14 +50,14 @@ 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
|
||||||
uses: actions/upload-artifact@v2
|
# uses: actions/upload-artifact@v2
|
||||||
with:
|
# with:
|
||||||
name: sarif-file
|
# name: sarif-file
|
||||||
path: ${{ steps.run-analysis.outputs.sarif }}
|
# path: ${{ steps.run-analysis.outputs.sarif }}
|
||||||
|
|||||||
Reference in New Issue
Block a user