Merge pull request #82 from espressif/ci/clang_tidy_sarif_0_3_3

ci: upgrade clang-tidy-sarif to v0.3.3
This commit is contained in:
Mahavir Jain 2022-08-08 14:10:04 +05:30 committed by GitHub
commit fc784c3a91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ jobs:
pip install pyclang~=0.2.0
curl -sSL https://raw.githubusercontent.com/espressif/llvm-project/xtensa_release_12.0.1/clang-tools-extra/clang-tidy/tool/run-clang-tidy.py -o run-clang-tidy.py
chmod +x run-clang-tidy.py
curl -sSL https://github.com/psastras/sarif-rs/releases/download/clang-tidy-sarif-v0.3.1/clang-tidy-sarif-x86_64-unknown-linux-gnu -o clang-tidy-sarif
curl -sSL https://github.com/psastras/sarif-rs/releases/download/clang-tidy-sarif-v0.3.3/clang-tidy-sarif-x86_64-unknown-linux-gnu -o clang-tidy-sarif
chmod +x clang-tidy-sarif
export PATH=$PWD:$PATH
idf.py clang-check --include-paths $GITHUB_WORKSPACE --exclude-paths $PWD