Scope CodeQL write permissions to the analyze job

This commit is contained in:
Victor Zverovich 2026-06-01 10:49:42 -07:00
parent b18919cb38
commit 2538c89e71

View File

@ -8,12 +8,14 @@ on:
permissions:
contents: read
security-events: write
actions: read
jobs:
analyze:
runs-on: ubuntu-latest
permissions:
contents: read
security-events: write
actions: read
steps:
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0