Skip to content

Commit f69fc4b

Browse files
Potential fix for code scanning alert no. 13: Workflow does not contain permissions
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent 2e152ad commit f69fc4b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ui-e2e.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ on:
1212
- 'ui/**'
1313
- '.github/workflows/ui-e2e.yml'
1414

15+
permissions:
16+
contents: read
17+
1518
jobs:
1619
test:
1720
name: Playwright E2E Tests

0 commit comments

Comments
 (0)