From ecf6d57f5ac7fb73069a71ac5572d139f43a8d19 Mon Sep 17 00:00:00 2001 From: zhom <2717306+zhom@users.noreply.github.com> Date: Sun, 15 Feb 2026 14:50:31 +0400 Subject: [PATCH] chore: version lock --- .github/workflows/issue-validation.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/issue-validation.yml b/.github/workflows/issue-validation.yml index 55eac23..903a75f 100644 --- a/.github/workflows/issue-validation.yml +++ b/.github/workflows/issue-validation.yml @@ -203,7 +203,7 @@ jobs: fi - name: Run opencode analysis - uses: anomalyco/opencode/github@latest + uses: anomalyco/opencode/github@d1482e148399bfaf808674549199f5f4aa69a22d #v1.2.4 env: ZHIPU_API_KEY: ${{ secrets.ZHIPU_API_KEY }} with: @@ -364,7 +364,7 @@ jobs: gh pr comment ${{ github.event.pull_request.number }} --body-file comment.md - name: Run opencode analysis - uses: anomalyco/opencode/github@latest + uses: anomalyco/opencode/github@d1482e148399bfaf808674549199f5f4aa69a22d #v1.2.4 env: ZHIPU_API_KEY: ${{ secrets.ZHIPU_API_KEY }} with: @@ -386,7 +386,7 @@ jobs: uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 #v6.0.1 - name: Run opencode - uses: anomalyco/opencode/github@latest + uses: anomalyco/opencode/github@d1482e148399bfaf808674549199f5f4aa69a22d #v1.2.4 env: ZHIPU_API_KEY: ${{ secrets.ZHIPU_API_KEY }} with: