mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
Bump ZedThree/clang-tidy-review from 0.13.2 to 0.13.3 (#4759)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
ec0d77643f
commit
5ee9697dd2
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -292,7 +292,7 @@ jobs:
|
|||
|
||||
- name: clang-tidy review
|
||||
if: matrix.clang-tidy-review && github.event_name == 'pull_request'
|
||||
uses: ZedThree/clang-tidy-review@v0.13.2
|
||||
uses: ZedThree/clang-tidy-review@v0.13.3
|
||||
with:
|
||||
build_dir: build-clang-tidy
|
||||
config_file: ".clang-tidy"
|
||||
|
@ -319,7 +319,7 @@ jobs:
|
|||
|
||||
- name: clang-tidy-review upload
|
||||
if: matrix.clang-tidy-review && github.event_name == 'pull_request'
|
||||
uses: ZedThree/clang-tidy-review/upload@v0.13.2
|
||||
uses: ZedThree/clang-tidy-review/upload@v0.13.3
|
||||
|
||||
- name: Package - AppImage (Ubuntu)
|
||||
if: startsWith(matrix.os, 'ubuntu-20.04') && !matrix.skip-artifact
|
||||
|
|
2
.github/workflows/post-clang-tidy-review.yml
vendored
2
.github/workflows/post-clang-tidy-review.yml
vendored
|
@ -12,6 +12,6 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: ZedThree/clang-tidy-review/post@v0.13.2
|
||||
- uses: ZedThree/clang-tidy-review/post@v0.13.3
|
||||
with:
|
||||
lgtm_comment_body: ""
|
||||
|
|
Loading…
Reference in a new issue