Skip to content

Commit

Permalink
Fix artifact download in clang tidy action
Browse files Browse the repository at this point in the history
  • Loading branch information
dacap committed Feb 27, 2024
1 parent c050bfb commit f8dde51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/clang_tidy_post.yml
Expand Up @@ -13,6 +13,6 @@ jobs:
post-comments:
runs-on: ubuntu-latest
steps:
- uses: ZedThree/clang-tidy-review/post@v0.17.1
- uses: ZedThree/clang-tidy-review/post@9a32adc734e10e4d84baa60f2b7d7c021568c527
with:
token: ${{ secrets.CLANG_TIDY_TOKEN }}

0 comments on commit f8dde51

Please sign in to comment.