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