Bump ZedThree/clang-tidy-review from 0.10.1 to 0.12.1 (#4482)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
This commit is contained in:
@@ -247,21 +247,16 @@ jobs:
|
||||
|
||||
- name: clang-tidy review
|
||||
if: (startsWith(matrix.os, 'ubuntu') && matrix.pch == false && matrix.qt-version == '5.15.2' && github.event_name == 'pull_request')
|
||||
uses: ZedThree/clang-tidy-review@v0.10.1
|
||||
id: review
|
||||
uses: ZedThree/clang-tidy-review@v0.12.1
|
||||
with:
|
||||
build_dir: build
|
||||
config_file: ".clang-tidy"
|
||||
split_workflow: true
|
||||
exclude: "tests/*,lib/*"
|
||||
|
||||
- uses: actions/upload-artifact@v3
|
||||
- name: clang-tidy-review upload
|
||||
if: (startsWith(matrix.os, 'ubuntu') && matrix.pch == false && matrix.qt-version == '5.15.2' && github.event_name == 'pull_request')
|
||||
with:
|
||||
name: clang-tidy-review
|
||||
path: |
|
||||
clang-tidy-review-output.json
|
||||
clang-tidy-review-metadata.json
|
||||
uses: ZedThree/clang-tidy-review/upload@v0.12.1
|
||||
|
||||
- name: Package - AppImage (Ubuntu)
|
||||
if: startsWith(matrix.os, 'ubuntu-20.04') && matrix.skip_artifact != 'yes'
|
||||
|
||||
Reference in New Issue
Block a user