File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4545 - name : Run Codacy Analysis CLI
4646 uses : codacy/codacy-analysis-cli-action@d840f886c4bd4edc059706d09c6a1586111c540b
4747 continue-on-error : true
48+ tools :
49+ clang-tidy : false
4850 with :
4951 # Check https://github.com/codacy/codacy-analysis-cli#project-token to get your project token from your Codacy repository
5052 # You can also omit the token and run the tools that support default configurations
6466 if : always()
6567 with :
6668 sarif_file : results.sarif
67- category : ' codacy-${{ github.run_id }}-${{ github.run_attempt }}'
69+ category : ' codacy-${{ github.run_id }}-${{ github.run_attempt }}-${{ matrix.tool }} '
Original file line number Diff line number Diff line change 5757 uses : github/codeql-action/upload-sarif@v4
5858 with :
5959 sarif_file : ${{ steps.run-analysis.outputs.sarif }}
60- category : ' msvc-cpp-${{ github.run_id }}-${{ github.run_attempt }}'
60+ # category: 'msvc-cpp-${{ github.run_id }}-${{ github.run_attempt }}'
61+ category : ' msvc-cpp'
6162
6263 # Upload SARIF file as an Artifact to download and view
6364 # - name: Upload SARIF as an Artifact
You can’t perform that action at this time.
0 commit comments