From 784e944587013e69239e73a7bb626416f5f62606 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Feb 2023 17:05:02 +0000 Subject: [PATCH] chore(deps): bump platisd/clang-tidy-pr-comments from 1.1.6 to 1.4.0 Bumps [platisd/clang-tidy-pr-comments](https://github.com/platisd/clang-tidy-pr-comments) from 1.1.6 to 1.4.0. - [Release notes](https://github.com/platisd/clang-tidy-pr-comments/releases) - [Commits](https://github.com/platisd/clang-tidy-pr-comments/compare/1.1.6...1.4.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/clang-tidy-pr-comments.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/clang-tidy-pr-comments.yaml b/.github/workflows/clang-tidy-pr-comments.yaml index dc53df49ac20c..0e18f82ae3229 100644 --- a/.github/workflows/clang-tidy-pr-comments.yaml +++ b/.github/workflows/clang-tidy-pr-comments.yaml @@ -45,7 +45,7 @@ jobs: cp /tmp/clang-tidy-result/fixes.yaml fixes.yaml - name: Run clang-tidy-pr-comments action - uses: platisd/clang-tidy-pr-comments@1.1.6 + uses: platisd/clang-tidy-pr-comments@1.4.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} clang_tidy_fixes: fixes.yaml