luoyuxia opened a new pull request, #275: URL: https://github.com/apache/paimon-rust/pull/275
### Purpose Linked issue: N/A Upgrade the GitHub CI license check to use a newer `cargo-deny` release so incompatible licenses fail the workflow instead of being reported as warnings. ### Brief change log - bump `.github/workflows/ci.yml` from `[email protected]` to `[email protected]` - keep the existing `cargo deny check licenses` step unchanged - align CI behavior with current local release verification, where LGPL-3.0-only dependencies are rejected ### Tests - `cargo deny check licenses` with local `cargo-deny 0.19.0` fails on `serde_avro_fast` and `serde_serializer_quick_unsupported` (`LGPL-3.0-only`) - `/tmp/cargo-deny-0.14.22/bin/cargo-deny check licenses` exits successfully on the same dependency graph, which is the gap this PR fixes in CI ### API and Format No API or storage format changes. ### Documentation No. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
