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 .config/mise/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ markdownlint-cli2 = "0.22.1"
"npm:@redocly/cli" = "2.31.5"
"npm:renovate" = "43.212.4"
oxfmt = "0.50.0"
"pipx:sqlfluff" = "3.4.2"
"pipx:sqlfluff" = "4.2.2"

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Mise lock not updated for sqlfluff

High Severity

The pipx:sqlfluff version is raised to 4.2.2 in config.toml, but mise.lock still records 3.4.2. With lockfile = true and CI running mise install --locked, that mismatch can fail the Install Tools step before lint or other jobs run.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit c29d485. Configure here.

sentry-cli = "2.52.0"
taplo = "0.10.0"
"ubi:terrastruct/d2" = "0.7.1"
Expand Down
Loading