Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ai-review-self.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
ai-review:
if: github.event_name != 'issue_comment' || github.event.issue.pull_request != null
# See: https://github.com/sei-protocol/uci/releases/tag/v0.0.17
uses: sei-protocol/uci/.github/workflows/ai-review.yml@1d50ef2bd27c695493f254c3037eb6b78f9bb85f
uses: sei-protocol/uci/.github/workflows/ai-review.yml@eb65d6d3f967c661f6af91cfac599fd355445f71

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mismatched workflow and prompt pins

Medium Severity

uses was bumped to the v0.0.19 SHA, but uci-ref still points at the v0.0.17 SHA. The reusable workflow checks out prompt files from uci-ref, and the docs require that pin to match uses. Reviews will run new workflow logic against outdated prompts (including post-v0.0.17 nitpick/UX prompt changes).

Additional Locations (1)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 0aad853. Configure here.

permissions:
contents: read
pull-requests: write
Expand Down
Loading