Explicit Permissions for codeql.yml

This commit is contained in:
Rob Winch 2025-06-10 10:46:23 -05:00
parent e8028e15c0
commit 888d87619d
No known key found for this signature in database

View File

@ -7,7 +7,11 @@ on:
schedule:
# https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows#schedule
- cron: '0 5 * * *'
permissions: read-all
jobs:
codeql-analysis-call:
permissions:
actions: read
contents: read
security-events: write
uses: spring-io/github-actions/.github/workflows/codeql-analysis.yml@1