mirror of
https://github.com/github/codeql-action.git
synced 2026-05-20 22:30:29 +00:00
Add missing permissions to access feature flags
This commit is contained in:
@@ -26,6 +26,8 @@ jobs:
|
||||
timeout-minutes: 45
|
||||
permissions:
|
||||
contents: read
|
||||
# We currently need `security-events: read` to access feature flags.
|
||||
security-events: read
|
||||
runs-on: windows-latest
|
||||
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user