Differences From Artifact [44ae3973c1]:
- File .github/workflows/rust-clippy.yml — part of check-in [2283656bf6] at 2024-08-11 12:44:01 on branch trunk — fix spacing (user: arcade, size: 1744) [annotate] [blame] [check-ins using]
To Artifact [5cc0f10576]:
- File .github/workflows/rust-clippy.yml — part of check-in [d9d438563e] at 2026-01-02 06:52:00 on branch trunk — update/fix workflows (user: arcade, size: 1744) [annotate] [blame] [check-ins using]
| ︙ | |||
45 46 47 48 49 50 51 | 45 46 47 48 49 50 51 52 53 54 55 | - + |
run:
cargo clippy
--all-features
--message-format=json | clippy-sarif | tee rust-clippy-results.sarif | sarif-fmt
continue-on-error: true
- name: Upload analysis results to GitHub
|