Drop unused contents/actions permissions from zizmor workflow (#2935)

This commit is contained in:
Marcelo Trylesinski 2026-05-12 15:08:08 +02:00 committed by GitHub
parent f25ee43e68
commit 767315b38a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,8 +14,6 @@ jobs:
permissions:
security-events: write # Required for upload-sarif (used by zizmor-action) to upload SARIF files.
contents: read # Only needed for private repos. Needed to clone the repo.
actions: read # Only needed for private repos. Needed for upload-sarif to read workflow run info.
steps:
- name: Checkout repository