From 73b2a7c2c9c569fa273155cf5874d09881d4e1f1 Mon Sep 17 00:00:00 2001 From: bdchatham Date: Thu, 10 Sep 2026 15:49:44 -0700 Subject: [PATCH] chore(seidroid): bump driver floor to v0.18.0 via uci Points at sei-protocol/uci's seidroid-review.yml at the commit that raises the driver floor to v0.18.0 (sei-protocol/sei-internal-skills), carrying two transport fixes traced to a recurring no-verdict crash rate on this workflow: mint the machine-credential token on the health-checked transport (uci#420-equivalent upstream fix), and retry a session lookup that never reached the server instead of failing the run outright. See sei-protocol/uci#106 for the full change this SHA carries. Co-Authored-By: Claude Sonnet 5 --- .github/workflows/seidroid.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/seidroid.yml b/.github/workflows/seidroid.yml index 716d16fc..c0f30e6e 100644 --- a/.github/workflows/seidroid.yml +++ b/.github/workflows/seidroid.yml @@ -22,7 +22,7 @@ jobs: github.event.issue.pull_request != null && contains(github.event.comment.body, '@seidroid review') && !contains(github.event.comment.body, '@seidroid review close')) - uses: sei-protocol/uci/.github/workflows/seidroid-review.yml@d895e04ea5aacc796c6655d4c82a3ac7271fb04d + uses: sei-protocol/uci/.github/workflows/seidroid-review.yml@92f74c9a68e4967c59b289b8e2632da7a63a6910 permissions: contents: read pull-requests: write @@ -44,7 +44,7 @@ jobs: github.event_name == 'issue_comment' && github.event.issue.pull_request != null && contains(github.event.comment.body, '@seidroid review close') - uses: sei-protocol/uci/.github/workflows/seidroid-review.yml@d895e04ea5aacc796c6655d4c82a3ac7271fb04d + uses: sei-protocol/uci/.github/workflows/seidroid-review.yml@92f74c9a68e4967c59b289b8e2632da7a63a6910 permissions: contents: read pull-requests: write @@ -63,7 +63,7 @@ jobs: # pull request, comment `@seidroid review close` before merging. seidroid-review-reclaim: if: github.event_name == 'pull_request' && github.event.action == 'closed' - uses: sei-protocol/uci/.github/workflows/seidroid-review.yml@d895e04ea5aacc796c6655d4c82a3ac7271fb04d + uses: sei-protocol/uci/.github/workflows/seidroid-review.yml@92f74c9a68e4967c59b289b8e2632da7a63a6910 permissions: contents: read pull-requests: write