Skip to content

Commit 5d5fa4a

Browse files
Copilothotlong
andcommitted
fix: add explicit permissions to e2e CI job (CodeQL)
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent f772574 commit 5d5fa4a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,8 @@ jobs:
118118
name: E2E Tests
119119
runs-on: ubuntu-latest
120120
needs: build
121+
permissions:
122+
contents: read
121123

122124
steps:
123125
- name: Checkout code

0 commit comments

Comments
 (0)