Overview
| Comment: | bump actions/checkout |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
f8050c2538f488eb626d13811f805669 |
| User & Date: | arcade on 2026-01-02 06:58:08.393 |
| Other Links: | manifest | tags |
Context
|
2026-01-02
| ||
| 10:39 | simplify workflow, add cache check-in: 674d81235e user: arcade tags: trunk | |
| 06:58 | bump actions/checkout check-in: f8050c2538 user: arcade tags: trunk | |
| 06:55 | move file to proper place check-in: 2d5d948e59 user: arcade tags: trunk | |
Changes
Modified .github/workflows/rust-clippy.yml
from [5cc0f10576]
to [1ba6acf0cb].
| ︙ | ︙ | |||
24 25 26 27 28 29 30 |
runs-on: ubuntu-latest
permissions:
contents: read
security-events: write
actions: read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status
steps:
- name: Checkout code
| | | 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 |
runs-on: ubuntu-latest
permissions:
contents: read
security-events: write
actions: read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status
steps:
- name: Checkout code
uses: actions/checkout@v6
- name: Install Rust toolchain
uses: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af #@v1
with:
profile: minimal
toolchain: stable
components: clippy
|
| ︙ | ︙ |