Swap back to main branch of ZedThree's clang-tidy-review (#4059)

This commit is contained in:
pajlada 2022-10-15 13:54:25 +02:00 committed by GitHub
parent 16034ababb
commit f6f0bc8ab5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -148,7 +148,7 @@ jobs:
- name: clang-tidy review - name: clang-tidy review
if: (startsWith(matrix.os, 'ubuntu') && matrix.pch == false && matrix.qt-version == '5.15.2' && github.event_name == 'pull_request') if: (startsWith(matrix.os, 'ubuntu') && matrix.pch == false && matrix.qt-version == '5.15.2' && github.event_name == 'pull_request')
uses: pajlada/clang-tidy-review@feat/split-up-review-and-post-workflows uses: ZedThree/clang-tidy-review@v0.10.0
id: review id: review
with: with:
build_dir: build build_dir: build

View file

@ -35,5 +35,5 @@ jobs:
- name: 'Unzip artifact' - name: 'Unzip artifact'
run: unzip clang-tidy-review.zip run: unzip clang-tidy-review.zip
- uses: pajlada/clang-tidy-review/post@feat/split-up-review-and-post-workflows - uses: ZedThree/clang-tidy-review/post@v0.10.0
id: review id: review