File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5353 build-args : ${{ matrix.build_args }}
5454
5555 - name : Run MSVC Code Analysis
56- uses : microsoft /msvc-code-analysis-action@v0.1.1
56+ uses : DiligentGraphics /msvc-code-analysis-action@main
5757 # Provide a unique ID to access the sarif output path
5858 id : run-analysis
5959 with :
6262 # Ruleset file that will determine what checks will be run
6363 ruleset : NativeRecommendedRules.ruleset
6464 # Paths to ignore analysis of CMake targets and includes
65- ignoredPaths : ' ${{ github.workspace }}/DiligentCore;${{ github.workspace }}/DiligentTools;${{ github.workspace }}/DiligentFX;${{ github.workspace }}/DiligentSamples/ThirdParty'
65+ ignoredPaths : ' ${{ github.workspace }}/DiligentCore;${{ github.workspace }}/DiligentTools;${{ github.workspace }}/DiligentFX;${{ github.workspace }}/DiligentSamples/ThirdParty;${{ env.DILIGENT_BUILD_DIR }}/_deps '
6666
6767 # Upload SARIF file to GitHub Code Scanning Alerts
6868 - name : Upload SARIF to GitHub
You can’t perform that action at this time.
0 commit comments