Skip to content

Conversation

@sxlijin
Copy link
Collaborator

@sxlijin sxlijin commented Oct 10, 2025

No description provided.

@vercel
Copy link

vercel bot commented Oct 10, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
promptfiddle Canceled Canceled Oct 11, 2025 0:26am

@sxlijin sxlijin temporarily deployed to boundary-tools-dev October 10, 2025 17:30 — with GitHub Actions Inactive
@sxlijin sxlijin temporarily deployed to boundary-tools-dev October 10, 2025 17:30 — with GitHub Actions Inactive
@entelligence-ai-pr-reviews
Copy link

🔒 Entelligence AI Vulnerability Scanner

No security vulnerabilities found!

Your code passed our comprehensive security analysis.


@entelligence-ai-pr-reviews
Copy link

Review Summary

@entelligence-ai-pr-reviews
Copy link

LGTM 👍

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting

Comment on lines 11 to 16
using: "composite"
steps:
- name: Setup mise
uses: jdx/mise-action@v2
uses: jdx/mise-action@v3
with:
install_args: "protoc-gen-go"
cache: true

Choose a reason for hiding this comment

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

P1 Badge Protoc-gen-go no longer installed in setup-tools action

Switching Setup Tools to jdx/mise-action@v3 removed the only install_args call, so the step now only sets up mise and cache without installing any tools. Nothing else in the workflows installs protoc-gen-gosetup-go still only installs Go itself—yet the Rust lint and build jobs rely on protoc-gen-go being available (see the comments around those steps and the build.rs lookup via mise which protoc-gen-go). The next runs of those jobs will fail when protoc-gen-go is missing from the PATH. Please keep an explicit install (either install: true or install_args: "protoc-gen-go") when upgrading to v3.

Useful? React with 👍 / 👎.

@github-actions
Copy link

@sxlijin sxlijin temporarily deployed to boundary-tools-dev October 10, 2025 17:41 — with GitHub Actions Inactive
@sxlijin sxlijin temporarily deployed to boundary-tools-dev October 10, 2025 17:41 — with GitHub Actions Inactive
@sxlijin sxlijin temporarily deployed to boundary-tools-dev October 10, 2025 17:41 — with GitHub Actions Inactive
@github-actions
Copy link

@github-actions
Copy link

@sxlijin sxlijin temporarily deployed to boundary-tools-dev October 10, 2025 18:57 — with GitHub Actions Inactive
@sxlijin sxlijin temporarily deployed to boundary-tools-dev October 10, 2025 18:57 — with GitHub Actions Inactive
@github-actions
Copy link

@sxlijin sxlijin temporarily deployed to boundary-tools-dev October 10, 2025 19:17 — with GitHub Actions Inactive
@sxlijin sxlijin temporarily deployed to boundary-tools-dev October 10, 2025 19:17 — with GitHub Actions Inactive
@sxlijin sxlijin temporarily deployed to boundary-tools-dev October 10, 2025 19:17 — with GitHub Actions Inactive

- uses: gradle/actions/setup-gradle@v4
- name: Setup build tooling
uses: gradle/actions/setup-gradle@v4

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow Medium

Unpinned 3rd party Action 'BAML Release - Build JetBrains' step
Uses Step
uses 'gradle/actions/setup-gradle' with ref 'v4', not a pinned commit hash
@github-actions
Copy link

@sxlijin sxlijin temporarily deployed to boundary-tools-dev October 10, 2025 21:54 — with GitHub Actions Inactive
@github-actions
Copy link

@sxlijin sxlijin temporarily deployed to boundary-tools-dev October 10, 2025 22:06 — with GitHub Actions Inactive
@sxlijin sxlijin temporarily deployed to boundary-tools-dev October 10, 2025 22:06 — with GitHub Actions Inactive
@github-actions
Copy link

@codecov
Copy link

codecov bot commented Oct 10, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@sxlijin sxlijin temporarily deployed to boundary-tools-dev October 10, 2025 22:25 — with GitHub Actions Inactive
@sxlijin sxlijin temporarily deployed to boundary-tools-dev October 10, 2025 22:25 — with GitHub Actions Inactive
@github-actions
Copy link

@sxlijin sxlijin temporarily deployed to boundary-tools-dev October 10, 2025 22:58 — with GitHub Actions Inactive
@sxlijin sxlijin temporarily deployed to boundary-tools-dev October 10, 2025 22:58 — with GitHub Actions Inactive
@github-actions
Copy link

@sxlijin sxlijin temporarily deployed to boundary-tools-dev October 10, 2025 23:29 — with GitHub Actions Inactive
@sxlijin sxlijin temporarily deployed to boundary-tools-dev October 10, 2025 23:29 — with GitHub Actions Inactive
@sxlijin sxlijin temporarily deployed to boundary-tools-dev October 10, 2025 23:29 — with GitHub Actions Inactive
@github-actions
Copy link

@github-actions
Copy link

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