Skip to content

ci: bump pinned opencode version to 1.17.7#61

Merged
pruiz merged 1 commit into
masterfrom
chore/bump-opencode-1.17.7
Jun 15, 2026
Merged

ci: bump pinned opencode version to 1.17.7#61
pruiz merged 1 commit into
masterfrom
chore/bump-opencode-1.17.7

Conversation

@pruiz

@pruiz pruiz commented Jun 15, 2026

Copy link
Copy Markdown
Owner

Updates the pinned opencode version in the CI workflow from 1.15.7 to 1.17.7 (latest release).

@coderabbitai

coderabbitai Bot commented Jun 15, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@pruiz, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 46 minutes and 41 seconds. Learn how PR review limits work.

Your organization has used up its prepaid credits, and credit purchases are no longer available. Enable the review add-on in the billing tab to keep reviews running — you're only billed for reviews past your plan's rate limits ($0.25/file).

⌛ How to resolve this issue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 19ec35e5-9c54-441e-9043-bfa7e2ba2ce6

📥 Commits

Reviewing files that changed from the base of the PR and between edb3fd8 and 43cca2a.

📒 Files selected for processing (1)
  • .github/workflows/tests.yml
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/bump-opencode-1.17.7

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@greptile-apps

greptile-apps Bot commented Jun 15, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

This PR bumps the pinned opencode version in the CI workflow from 1.15.7 to 1.17.7.

  • Updates the single pinned_version variable in .github/workflows/tests.yml; all other workflow logic (install command, verification step, matrix configuration) is unchanged.

Confidence Score: 5/5

Minimal-risk version bump with no workflow logic changes.

The change is a single-line string update to a version pin. The install command and verification step remain the same, so the only risk is whether opencode 1.17.7 behaves differently than 1.15.7 in ways that would affect the tests — which is the intended effect of the bump.

No files require special attention.

Important Files Changed

Filename Overview
.github/workflows/tests.yml Single-line version bump of pinned_version from 1.15.7 to 1.17.7; no structural changes to the workflow.

Sequence Diagram

sequenceDiagram
    participant GH as GitHub Actions
    participant OC as opencode.ai/install
    participant BIN as opencode binary

    GH->>OC: "curl -fsSL https://opencode.ai/install | bash -s -- --version "1.17.7""
    OC-->>GH: install opencode v1.17.7
    GH->>BIN: opencode --version
    BIN-->>GH: confirm v1.17.7
Loading

Reviews (1): Last reviewed commit: "ci: bump pinned opencode version to 1.17..." | Re-trigger Greptile

@github-actions

Copy link
Copy Markdown

Coverage Report

Metric Value
Line Coverage 76.1%
Lines Covered 0 / 0

Download detailed HTML coverage reports per OS/Python from the workflow artifacts.

Generated by pytest-cov on 2026-06-15T17:36:40.751Z

@pruiz pruiz merged commit 0e4b2ad into master Jun 15, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant