Skip to content

Commit df1272c

Browse files
committed
ci:harden permissions for all github workflows
Signed-off-by: Carl Zhang <carl.zhang@intel.com>
1 parent a438699 commit df1272c

File tree

5 files changed

+15
-0
lines changed

5 files changed

+15
-0
lines changed

.github/workflows/docs.yml

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: docs
22

3+
permissions:
4+
contents: read
5+
36
on:
47
push:
58
paths-ignore:

.github/workflows/freebsd.yml

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: freebsd
22

3+
permissions:
4+
contents: read
5+
36
on: [push, pull_request]
47

58
jobs:

.github/workflows/style.yml

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: style
22

3+
permissions:
4+
contents: read
5+
36
on: [push, pull_request]
47

58
jobs:

.github/workflows/ubuntu.yml

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: ubuntu
22

3+
permissions:
4+
contents: read
5+
36
on: [push, pull_request]
47

58
env:

.github/workflows/windows.yml

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: windows
22

3+
permissions:
4+
contents: read
5+
36
on: [push, pull_request]
47

58
jobs:

0 commit comments

Comments
 (0)