From 8d1d6b25dd0da18d9b6e3c1c3d37e95f3182fb93 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 Apr 2026 13:16:41 +0000 Subject: [PATCH] chore(deps): update tracehub/code-review-action docker tag to v0.3.2 --- .github/workflows/code-review-quality.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code-review-quality.yml b/.github/workflows/code-review-quality.yml index 5bfd969f..aa1f7c9a 100644 --- a/.github/workflows/code-review-quality.yml +++ b/.github/workflows/code-review-quality.yml @@ -33,7 +33,7 @@ jobs: runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 - - uses: docker://tracehub/code-review-action:0.3.0 + - uses: docker://tracehub/code-review-action:0.3.2 with: github_token: ${{ secrets.GITHUB_TOKEN }} deepinfra_token: ${{ secrets.DEEPINFRA_TOKEN }}