GitHub Workflows security hardening

This commit is contained in:
David Tolnay
2022-09-02 15:09:30 -07:00
parent 4d318db07a
commit 0f2a41247f

View File

@@ -6,6 +6,9 @@ on:
pull_request:
schedule: [cron: "40 1 * * *"]
permissions:
contents: read
jobs:
install:
name: Rust ${{matrix.rust}} on ${{matrix.name}}