Skip to content

Commit

Permalink
Merge pull request #2273 from sashashura/patch-1
Browse files Browse the repository at this point in the history
GitHub Workflows security hardening
  • Loading branch information
dtolnay committed Sep 2, 2022
2 parents a7f4551 + 68eb59d commit 5386897
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -5,6 +5,9 @@ on:
pull_request:
schedule: [cron: "40 1 * * *"]

permissions:
contents: read

env:
RUSTFLAGS: -Dwarnings

Expand Down

0 comments on commit 5386897

Please sign in to comment.