Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Commit f7daa8c

Browse files
[StepSecurity] ci: Harden GitHub Actions (#209)
Signed-off-by: StepSecurity Bot <[email protected]>
1 parent 62c9fac commit f7daa8c

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Diff for: .github/workflows/e2e.yml

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
- master
66
pull_request:
77

8+
permissions:
9+
contents: read
10+
811
jobs:
912

1013
e2e:

Diff for: .github/workflows/weekly_e2e.yml

+3
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ on:
1010
- master
1111
paths:
1212
- '**weekly_e2e.yml'
13+
permissions:
14+
contents: read
15+
1316
jobs:
1417

1518
vpp_latest:

0 commit comments

Comments
 (0)