Overview
| Comment: | update/fix workflows |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
d9d438563e721e86ce64a71f4562ea00 |
| User & Date: | arcade on 2026-01-02 06:52:00.614 |
| Other Links: | manifest | tags |
Context
|
2026-01-02
| ||
| 06:55 | move file to proper place check-in: 2d5d948e59 user: arcade tags: trunk | |
| 06:52 | update/fix workflows check-in: d9d438563e user: arcade tags: trunk | |
| 06:38 | getting rid of direct tokio dependancy properly check-in: 8ea7b79fca user: arcade tags: trunk, v0.5.4 | |
Changes
Added .github/workflows/dependabot.yml version [4aa461a712].
Modified .github/workflows/rust-clippy.yml
from [44ae3973c1]
to [5cc0f10576].
| ︙ | |||
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
|