mirror of
https://github.com/pestphp/pest.git
synced 2026-06-04 18:42:13 +02:00
chore: scope GITHUB_TOKEN to contents: read in workflows
This commit is contained in:
3
.github/workflows/static.yml
vendored
3
.github/workflows/static.yml
vendored
@ -2,6 +2,9 @@ name: Static Analysis
|
||||
|
||||
on: ['push', 'pull_request']
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
cs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user