Skip to content

Commit 59245fd

Browse files
committed
Add missing permissions to access feature flags
1 parent 389c832 commit 59245fd

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ jobs:
3131

3232
permissions:
3333
contents: read
34+
# We currently need `security-events: read` to access feature flags.
35+
security-events: read
3436

3537
steps:
3638
- uses: actions/checkout@v6

.github/workflows/debug-artifacts-failure-safe.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ jobs:
4141
CODEQL_ACTION_TEST_MODE: true
4242
permissions:
4343
contents: read
44+
# We currently need `security-events: read` to access feature flags.
45+
security-events: read
4446
timeout-minutes: 45
4547
runs-on: ubuntu-latest
4648
steps:

.github/workflows/debug-artifacts-safe.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ jobs:
4040
timeout-minutes: 45
4141
permissions:
4242
contents: read
43+
# We currently need `security-events: read` to access feature flags.
44+
security-events: read
4345
runs-on: ubuntu-latest
4446
steps:
4547
- name: Check out repository

.github/workflows/python312-windows.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
timeout-minutes: 45
2727
permissions:
2828
contents: read
29+
# We currently need `security-events: read` to access feature flags.
30+
security-events: read
2931
runs-on: windows-latest
3032

3133
steps:

0 commit comments

Comments
 (0)