From 376bd968582aa6cd393b1a67d1b7cde99837d246 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 07:01:48 +0000 Subject: [PATCH] chore(deps): bump anomalyco/opencode from 1.3.3 to 1.3.13 Bumps [anomalyco/opencode](https://github.com/anomalyco/opencode) from 1.3.3 to 1.3.13. - [Release notes](https://github.com/anomalyco/opencode/releases) - [Commits](https://github.com/anomalyco/opencode/compare/v1.3.3...v1.3.13) --- updated-dependencies: - dependency-name: anomalyco/opencode dependency-version: 1.3.13 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/opencode-audit.yml | 2 +- .github/workflows/opencode-test-writer.yml | 2 +- .github/workflows/visual-test.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) 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 }}