| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 389c832 commit 59245fd
4 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -31,6 +31,8 @@ jobs: | |||
| 31 | 31 | ||
| 32 | 32 | permissions: | |
| 33 | 33 | contents: read | |
| 34 | + # We currently need `security-events: read` to access feature flags. | ||
| 35 | + security-events: read | ||
| 34 | 36 | ||
| 35 | 37 | steps: | |
| 36 | 38 | - uses: actions/checkout@v6 | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -41,6 +41,8 @@ jobs: | |||
| 41 | 41 | CODEQL_ACTION_TEST_MODE: true | |
| 42 | 42 | permissions: | |
| 43 | 43 | contents: read | |
| 44 | + # We currently need `security-events: read` to access feature flags. | ||
| 45 | + security-events: read | ||
| 44 | 46 | timeout-minutes: 45 | |
| 45 | 47 | runs-on: ubuntu-latest | |
| 46 | 48 | steps: | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -40,6 +40,8 @@ jobs: | |||
| 40 | 40 | timeout-minutes: 45 | |
| 41 | 41 | permissions: | |
| 42 | 42 | contents: read | |
| 43 | + # We currently need `security-events: read` to access feature flags. | ||
| 44 | + security-events: read | ||
| 43 | 45 | runs-on: ubuntu-latest | |
| 44 | 46 | steps: | |
| 45 | 47 | - name: Check out repository | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -26,6 +26,8 @@ jobs: | |||
| 26 | 26 | timeout-minutes: 45 | |
| 27 | 27 | permissions: | |
| 28 | 28 | contents: read | |
| 29 | + # We currently need `security-events: read` to access feature flags. | ||
| 30 | + security-events: read | ||
| 29 | 31 | runs-on: windows-latest | |
| 30 | 32 | ||
| 31 | 33 | steps: | |
| Back | FazBrowse Home | New Git URL |
0 commit comments