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: