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-assist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
assistant:
# See: https://github.com/sei-protocol/uci/releases/tag/v0.0.17
uses: sei-protocol/uci/.github/workflows/ai-assistant.yml@1d50ef2bd27c695493f254c3037eb6b78f9bb85f
uses: sei-protocol/uci/.github/workflows/ai-assistant.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.

Stale uci-ref after version bump

Medium Severity

Dependabot updated the reusable workflow uses: pin to eb65d6d (v0.0.19) but left uci-ref on 1d50ef2 (v0.0.17). The assistant workflow checks out prompts from uci-ref, and UCI docs require that input to match the uses: ref, so this bump runs new workflow code against old prompts.

Additional Locations (1)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit f8f07d6. Configure here.

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