From 7f52e73b0a55e0206a15c60a6bb15dd1e67b9a23 Mon Sep 17 00:00:00 2001 From: LordSchmackes Date: Thu, 21 May 2026 15:43:23 +0200 Subject: [PATCH] chore: pin gemini code review action to v1.0.4 --- .github/workflows/gemini-pr-review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gemini-pr-review.yml b/.github/workflows/gemini-pr-review.yml index b671ba2..c7e24e4 100644 --- a/.github/workflows/gemini-pr-review.yml +++ b/.github/workflows/gemini-pr-review.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v4 - name: Gemini AI Review - uses: petarzarkov/gemini-code-review-action@latest # Using latest version tag + uses: petarzarkov/gemini-code-review-action@v1.0.4 # Pinned version for stability env: GEMINI_API_KEY: ${{ secrets.GEMINI_API_KEY }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}