From a8be96d28ee818f5daab254b5a77afcb9a66bef1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Mar 2026 09:47:33 +0000 Subject: [PATCH] ci(deps): bump anomalyco/opencode in the github-actions group (#229) Bumps the github-actions group with 1 update: [anomalyco/opencode](https://github.com/anomalyco/opencode). Updates `anomalyco/opencode` from 1.2.15 to 1.2.20 - [Release notes](https://github.com/anomalyco/opencode/releases) - [Commits](https://github.com/anomalyco/opencode/compare/799b2623cbb1c0f19e045d87c2c8593e83678bc0...6c7d968c4423a0cd6c85099c9377a6066313fa0a) --- updated-dependencies: - dependency-name: anomalyco/opencode dependency-version: 1.2.20 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 ba4c1b9..1d7d8c5 100644 --- a/.github/workflows/issue-validation.yml +++ b/.github/workflows/issue-validation.yml @@ -144,7 +144,7 @@ jobs: fi - name: Run opencode analysis - uses: anomalyco/opencode/github@799b2623cbb1c0f19e045d87c2c8593e83678bc0 #v1.2.15 + uses: anomalyco/opencode/github@6c7d968c4423a0cd6c85099c9377a6066313fa0a #v1.2.20 env: ZHIPU_API_KEY: ${{ secrets.ZHIPU_API_KEY }} with: @@ -273,7 +273,7 @@ jobs: gh pr comment ${{ github.event.pull_request.number }} --body-file comment.md - name: Run opencode analysis - uses: anomalyco/opencode/github@799b2623cbb1c0f19e045d87c2c8593e83678bc0 #v1.2.15 + uses: anomalyco/opencode/github@6c7d968c4423a0cd6c85099c9377a6066313fa0a #v1.2.20 env: ZHIPU_API_KEY: ${{ secrets.ZHIPU_API_KEY }} with: @@ -295,7 +295,7 @@ jobs: uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 #v6.0.1 - name: Run opencode - uses: anomalyco/opencode/github@799b2623cbb1c0f19e045d87c2c8593e83678bc0 #v1.2.15 + uses: anomalyco/opencode/github@6c7d968c4423a0cd6c85099c9377a6066313fa0a #v1.2.20 env: ZHIPU_API_KEY: ${{ secrets.ZHIPU_API_KEY }} with: