ci: add strict permissions to dependencies.yml workflow

This commit is contained in:
Marc Cornellà 2025-07-23 19:56:57 +02:00
commit c8282878b9
No known key found for this signature in database
GPG key ID: 0314585E776A9C1B

View file

@ -4,6 +4,11 @@ on:
schedule: schedule:
- cron: "0 6 * * 0" - cron: "0 6 * * 0"
permissions:
contents: write
issues: write
pull-requests: write
jobs: jobs:
check: check:
name: Check for updates name: Check for updates