diff --git a/.github/workflows/opencode-audit.yml b/.github/workflows/opencode-audit.yml index e15c76d..9766f27 100644 --- a/.github/workflows/opencode-audit.yml +++ b/.github/workflows/opencode-audit.yml @@ -85,7 +85,7 @@ jobs: mkdir -p /tmp/opencode-cache ~/.local/share/opencode - name: Run opencode audit - uses: anomalyco/opencode/github@v1.3.3 + uses: anomalyco/opencode/github@v1.3.13 env: GITHUB_TOKEN: ${{ secrets.OPENCODE_PAT }} GH_TOKEN: ${{ secrets.OPENCODE_PAT }} diff --git a/.github/workflows/opencode-test-writer.yml b/.github/workflows/opencode-test-writer.yml index e523184..ba813ff 100644 --- a/.github/workflows/opencode-test-writer.yml +++ b/.github/workflows/opencode-test-writer.yml @@ -190,7 +190,7 @@ jobs: # XDG_CACHE_HOME=/tmp — non-persistent but avoids permission issues (see opencode-audit.yml) - name: Run opencode test writer if: steps.check-existing.outputs.skip != 'true' - uses: anomalyco/opencode/github@v1.3.3 + uses: anomalyco/opencode/github@v1.3.13 env: GITHUB_TOKEN: ${{ secrets.OPENCODE_PAT }} GH_TOKEN: ${{ secrets.OPENCODE_PAT }} diff --git a/.github/workflows/visual-test.yml b/.github/workflows/visual-test.yml index 3fcf200..0e49658 100644 --- a/.github/workflows/visual-test.yml +++ b/.github/workflows/visual-test.yml @@ -94,7 +94,7 @@ jobs: - name: Run opencode visual verification if: steps.convert.outputs.screenshot_exists == 'true' - uses: anomalyco/opencode/github@v1.3.3 + uses: anomalyco/opencode/github@v1.3.13 env: GITHUB_TOKEN: ${{ secrets.OPENCODE_PAT }} KIMI_API_KEY: ${{ secrets.KIMI_API_KEY }} @@ -132,7 +132,7 @@ jobs: - name: Run opencode failure diagnosis if: failure() || steps.screenshot.outcome == 'failure' || steps.convert.outputs.screenshot_exists != 'true' - uses: anomalyco/opencode/github@v1.3.3 + uses: anomalyco/opencode/github@v1.3.13 env: GITHUB_TOKEN: ${{ secrets.OPENCODE_PAT }} KIMI_API_KEY: ${{ secrets.KIMI_API_KEY }}