fix: adding required permissions to top level and jobs in the workflow

Signed-off-by: Gagan H R <hrgagan4@gmail.com>
This commit is contained in:
Gagan H R 2026-04-19 11:41:48 +00:00
parent f39fff9691
commit bfcaa44c2c

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: