ci: add strict permissions to `dependencies.yml` workflow (#13232)

Just use `contents:read` initial permission. The other permissions needed are
those attached to the @ohmyzsh GitHub App.
master
Marc Cornellà 8 months ago committed by GitHub
parent 52f7ad6913
commit 98a182d71b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 3
      .github/workflows/dependencies.yml

@ -4,6 +4,9 @@ on:
schedule:
- cron: "0 6 * * 0"
permissions:
contents: read
jobs:
check:
name: Check for updates

Loading…
Cancel
Save