From ec807daa2b5868609aeb8e5a5a293185b5168656 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20K=C3=BCbler?= Date: Fri, 16 Dec 2022 10:26:16 +0100 Subject: [PATCH] Update version on "clang-tidy-pr-comments" (#4641) This updates the "clang-tidy-pr-comments" action to have https://github.com/platisd/clang-tidy-pr-comments/pull/43 in. Test: Tested on fork --- .github/workflows/report-build-and-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/report-build-and-test.yml b/.github/workflows/report-build-and-test.yml index 579deb41a75..01626f947d6 100644 --- a/.github/workflows/report-build-and-test.yml +++ b/.github/workflows/report-build-and-test.yml @@ -72,7 +72,7 @@ jobs: workflow_conclusion: '' name: clang_tidy_fixes if_no_artifact_found: 'ignore' - - uses: platisd/clang-tidy-pr-comments@bc0bb7da034a8317d54e7fe1e819159002f4cc40 + - uses: platisd/clang-tidy-pr-comments@89ea1b828cdac1a6ec993d225972adea3b8841b6 if: steps.set_found_files.outputs.found_files == 'true' with: github_token: ${{ secrets.ORBITPROFILER_BOT_PAT }}