From 4f655e2173db23b6d311b6601f8cbce4210dd209 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Aug 2026 09:08:43 +0000 Subject: [PATCH] ci(deps): bump anomalyco/opencode/github in the github-actions group (#593) Bumps the github-actions group with 1 update: [anomalyco/opencode/github](https://github.com/anomalyco/opencode). Updates `anomalyco/opencode/github` from 1.18.18 to 1.18.23 - [Release notes](https://github.com/anomalyco/opencode/releases) - [Commits](https://github.com/anomalyco/opencode/compare/31406ccc51b4bd2a4e1e086b2bcaa5f7f804f26d...ef2880f379129aa048be9e9353e30aa168d42c17) --- updated-dependencies: - dependency-name: anomalyco/opencode/github dependency-version: 1.18.23 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/issue-validation.yml b/.github/workflows/issue-validation.yml index 191b2db..e3cf1fd 100644 --- a/.github/workflows/issue-validation.yml +++ b/.github/workflows/issue-validation.yml @@ -693,7 +693,7 @@ jobs: uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 #v7.0.1 - name: Run opencode - uses: anomalyco/opencode/github@31406ccc51b4bd2a4e1e086b2bcaa5f7f804f26d #v1.18.18 + uses: anomalyco/opencode/github@ef2880f379129aa048be9e9353e30aa168d42c17 #v1.18.23 env: ZHIPU_API_KEY: ${{ secrets.ZHIPU_API_KEY }} TOKEN: ${{ secrets.GITHUB_TOKEN }}