Skip to content

Commit 43ba066

Browse files
committed
Update workflow
1 parent 56817e0 commit 43ba066

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/codacy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ jobs:
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
@@ -64,4 +66,4 @@ jobs:
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 }}'

.github/workflows/msvc.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ jobs:
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

0 commit comments

Comments
 (0)