ci: upgrade clang-tidy-sarif to v0.3.3

This commit is contained in:
Ivan Grokhotkov 2022-08-08 08:40:58 +02:00
parent 8592ab08ed
commit e179239f45
No known key found for this signature in database
GPG Key ID: 1E050E141B280628
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