Skip to content

Commit

Permalink
Fix clang-tidy-review comment posting
Browse files Browse the repository at this point in the history
This updates the clang-tidy-review comment-posting action in order to fix ZedThree/clang-tidy-review#117.
  • Loading branch information
BenWibking committed Mar 17, 2024
1 parent 91e52b0 commit 912884a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/clang-tidy-comments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: ZedThree/clang-tidy-review/post@v0.17.1
- uses: ZedThree/clang-tidy-review/post@9a32adc734e10e4d84baa60f2b7d7c021568c527
# lgtm_comment_body, max_comments, and annotations need to be set on the posting workflow in a split setup
with:
# adjust options as necessary
Expand Down

0 comments on commit 912884a

Please sign in to comment.