Skip to content

Commit ad6b3ee

Browse files
committed
gh-566: Update sarif naming to SARIF
1 parent b096b80 commit ad6b3ee

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/clang-tidy-scan.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
# uses: cargo-bins/cargo-binstall@ec80feb9e330418e014932e5982599255eff6dbb #v1.17.4
6464
# - name: Install SARIF Tools
6565
# run: cargo binstall -y clang-tidy-sarif
66-
- name: Install SARIF Tools via Curl
66+
- name: Install clang-tidy SARIF tool via Curl
6767
run: |
6868
VERSION="v0.8.0"
6969
TARGET="x86_64-unknown-linux-gnu"
@@ -73,11 +73,11 @@ jobs:
7373
run: |
7474
set -o pipefail
7575
run-clang-tidy -p build -quiet | tee clang-tidy-report.txt
76-
- name: Convert clang-tidy output to sarif
76+
- name: Convert clang-tidy output to SARIF
7777
if: always()
7878
# run: cat clang-tidy-report.txt | clang-tidy-sarif > clang-tidy-report.sarif
7979
run: cat clang-tidy-report.txt | ./clang-tidy-sarif > clang-tidy-report.sarif
80-
- name: upload sarif report
80+
- name: upload SARIF report
8181
uses: github/codeql-action/upload-sarif@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2 #4.32.2
8282
if: always()
8383
with:

0 commit comments

Comments
 (0)