Skip to content

Commit da0baf8

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

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/e2e-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ on:
1010
- 'release-*'
1111
workflow_dispatch: # Allow manual triggering
1212

13+
permissions:
14+
contents: read
15+
1316
jobs:
1417
e2e-tests:
1518
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)