mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-24 09:15:31 -06:00
.github/workflows: Update GHA token perms for CodeQL workflow
Ref: https://github.com/github/codeql-action?tab=readme-ov-file#permissions Signed-off-by: Ashutosh Narkar <anarkar4387@gmail.com>
This commit is contained in:
@@ -15,8 +15,10 @@ on:
|
||||
push:
|
||||
branches: [ main, release-* ]
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
permissions:
|
||||
actions: read
|
||||
contents: read
|
||||
security-events: write
|
||||
|
||||
jobs:
|
||||
analyze:
|
||||
|
||||
Reference in New Issue
Block a user