Skip to content

Commit d03858c

Browse files
committed
Fixed Security issue on workflow
1 parent 7d4e3f4 commit d03858c

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/coverage.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Coverage Report
22

3+
permissions:
4+
contents: read
5+
36
on:
47
push:
58
branches: [main, master]

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Test
22

3+
permissions:
4+
contents: read
5+
36
on:
47
push:
58
branches: [main, master]

0 commit comments

Comments
 (0)