Overview
| Comment: | update workflow |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
c4904fd709cb7b3ab6e6cf6ed18e5b06 |
| User & Date: | arcade on 2026-04-18 17:26:16.626 |
| Other Links: | manifest | tags |
Context
|
2026-04-23
| ||
| 09:05 | bump sccache action, bump packages due to security issues check-in: 1079228c37 user: arcade tags: trunk | |
|
2026-04-18
| ||
| 17:26 | update workflow check-in: c4904fd709 user: arcade tags: trunk | |
| 17:13 | bump tgbot and other deps, fixes a few critical issues check-in: 9696f3c8c4 user: arcade tags: trunk | |
Changes
Modified .github/workflows/rust-clippy.yml
from [150927a414]
to [6d0c8e9a60].
1 | name: rust-ci | | | 1 2 3 4 5 6 7 8 9 | name: rust-ci on: [ push ] # sccache enable for rust/C builds env: SCCACHE_GHA_ENABLED: "true" RUSTC_WRAPPER: "sccache" jobs: |
| ︙ | ︙ |