Unverified Commit eaee3834 authored by Steven Fackler's avatar Steven Fackler Committed by GitHub
Browse files

Merge pull request #1749 from sashashura/patch-1

GitHub Workflows security hardening
parents e0b937c4 230050f0
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -16,6 +16,9 @@ concurrency:
  group: ${{ github.ref }}
  cancel-in-progress: true

permissions:
  contents: read #  to fetch code (actions/checkout)

jobs:
  rustfmt:
    name: rustfmt