Skip to content

Commit 3982394

Browse files
authored
Improve OSSF score (#308)
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
1 parent 4ca7a95 commit 3982394

3 files changed

Lines changed: 15 additions & 0 deletions

File tree

.github/workflows/compare-envoy-versions.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
name: compare-envoy-versions
2+
3+
permissions:
4+
contents: read
5+
26
on:
37
workflow_call:
48
outputs:

.github/workflows/scheduled.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
name: scheduled
2+
3+
permissions:
4+
contents: read
5+
26
on:
37
schedule:
48
# every day at 10

.github/workflows/update-protobuf.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
name: update-protobuf
2+
3+
permissions:
4+
contents: read
5+
26
on:
37
workflow_call:
48
inputs:
@@ -9,6 +13,9 @@ on:
913

1014
jobs:
1115
update-protobuf:
16+
permissions:
17+
contents: write
18+
pull-requests: write
1219
runs-on: ubuntu-latest
1320
steps:
1421
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0

0 commit comments

Comments
 (0)