Skip to content

Commit

Permalink
Merge pull request #559 from imperialCHEPI/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…ZedThree/clang-tidy-review-0.20.0

Bump ZedThree/clang-tidy-review from 0.19.0 to 0.20.0
  • Loading branch information
github-actions[bot] authored Nov 11, 2024
2 parents 039789f + 61b7ba7 commit bb83ebe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
run: |
cmake --preset=${{ matrix.platform }}-debug -DWARNINGS_AS_ERRORS=ON -DGENERATE_COVERAGE=ON
- uses: ZedThree/clang-tidy-review@v0.19.0
- uses: ZedThree/clang-tidy-review@v0.20.0
if: matrix.compiler == 'gcc-default' && github.event_name == 'pull_request' && !(github.actor == 'dependabot[bot]' || github.actor == 'pre-commit-ci[bot]')
id: review
with:
Expand All @@ -86,7 +86,7 @@ jobs:
lgtm_comment_body: ''

# Uploads an artefact containing clang_fixes.json
- uses: ZedThree/clang-tidy-review/upload@v0.19.0
- uses: ZedThree/clang-tidy-review/upload@v0.20.0
if: matrix.compiler == 'gcc-default' && github.event_name == 'pull_request' && !(github.actor == 'dependabot[bot]' || github.actor == 'pre-commit-ci[bot]')
id: upload-review

Expand Down

0 comments on commit bb83ebe

Please sign in to comment.