3
0
Fork 0
mirror of https://github.com/Swatinem/rust-cache synced 2025-12-08 14:23:23 +00:00

ci: address lint findings, add zizmor workflow

Signed-off-by: William Woodruff <william@astral.sh>
This commit is contained in:
William Woodruff 2025-09-22 16:35:13 -04:00
parent f13886b937
commit 495a1e25dc
No known key found for this signature in database
10 changed files with 78 additions and 18 deletions

View file

@ -2,6 +2,8 @@ name: git-registry
on: [push, pull_request]
permissions: {}
jobs:
git-registry:
if: github.repository == 'Swatinem/rust-cache'
@ -18,7 +20,9 @@ jobs:
CARGO_REGISTRIES_CRATES_IO_PROTOCOL: git
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
persist-credentials: false
- run: rustup toolchain install stable --profile minimal --no-self-update