From d83d72acf9ec66c0a847f5ae17aebbb0fd8c41dd Mon Sep 17 00:00:00 2001 From: dpasukhi Date: Thu, 5 Sep 2024 14:42:43 +0000 Subject: [PATCH] 0033805: Configuration - Implement GitHub Actions build scripts Enable MSVC code analyzing to push SARIF files --- .github/workflows/codemsvc.yml | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/.github/workflows/codemsvc.yml b/.github/workflows/codemsvc.yml index 1972c754f6..a69792fe86 100644 --- a/.github/workflows/codemsvc.yml +++ b/.github/workflows/codemsvc.yml @@ -56,14 +56,7 @@ jobs: # ignoredPaths: ${{ github.workspace }}/dependencies;${{ github.workspace }}/test # Upload SARIF file to GitHub Code Scanning Alerts - #- name: Upload SARIF to GitHub - # uses: github/codeql-action/upload-sarif@v3.26.5 - # with: - # sarif_file: ${{ steps.run-analysis.outputs.sarif }} - - # Upload SARIF file as an Artifact to download and view - - name: Upload SARIF as an Artifact - uses: actions/upload-artifact@v4.3.6 + - name: Upload SARIF to GitHub + uses: github/codeql-action/upload-sarif@v3.26.5 with: - name: sarif-file - path: ${{ steps.run-analysis.outputs.sarif }} + sarif_file: ${{ steps.run-analysis.outputs.sarif }}