Merge pull request #18545 from gaganhr94/fix/token-permissions

fix: adding required permissions to top level and jobs in the workflow
This commit is contained in:
Julien 2026-04-20 10:12:01 +02:00 committed by GitHub
commit de717d30c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,15 +6,14 @@ on:
schedule:
- cron: "26 14 * * 1"
permissions:
contents: read
security-events: write
permissions: {}
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
contents: read
security-events: write
strategy: