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

[StepSecurity] ci: Harden GitHub Actions #209

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
- master
pull_request:

permissions:
contents: read

jobs:

e2e:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/weekly_e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ on:
- master
paths:
- '**weekly_e2e.yml'
permissions:
contents: read

jobs:

vpp_latest:
Expand Down