From 108caaf3f41b9b1131729dcaad3f68446fc86ade Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 23:53:26 +0000 Subject: [PATCH] build(deps): bump platisd/clang-tidy-pr-comments from 1.5.1 to 1.6.0 Bumps [platisd/clang-tidy-pr-comments](https://github.com/platisd/clang-tidy-pr-comments) from 1.5.1 to 1.6.0. - [Release notes](https://github.com/platisd/clang-tidy-pr-comments/releases) - [Commits](https://github.com/platisd/clang-tidy-pr-comments/compare/v1.5.1...v1.6.0) --- updated-dependencies: - dependency-name: platisd/clang-tidy-pr-comments dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/linux-eic-shell.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux-eic-shell.yml b/.github/workflows/linux-eic-shell.yml index 5d4c15c62..97c073353 100644 --- a/.github/workflows/linux-eic-shell.yml +++ b/.github/workflows/linux-eic-shell.yml @@ -210,7 +210,7 @@ jobs: path: clang_tidy_fixes.yml if-no-files-found: ignore - name: Suggest clang-tidy fixes as PR comments - uses: platisd/clang-tidy-pr-comments@v1.5.1 + uses: platisd/clang-tidy-pr-comments@v1.6.0 if: ${{ github.event_name == 'pull_request' }} with: github_token: ${{ secrets.GITHUB_TOKEN }}