From: dpasukhi Date: Thu, 5 Sep 2024 14:42:43 +0000 (+0000) Subject: 0033805: Configuration - Implement GitHub Actions build scripts X-Git-Tag: V7_9_0_beta1~173 X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=d83d72acf9ec66c0a847f5ae17aebbb0fd8c41dd;p=occt.git 0033805: Configuration - Implement GitHub Actions build scripts Enable MSVC code analyzing to push SARIF files --- 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 }}