File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 :
You can’t perform that action at this time.
0 commit comments