Skip to content

Commit 63f20f8

Browse files
Copilothuangyiirene
andcommitted
Fix security issue: Add explicit permissions to coverage workflow
Co-authored-by: huangyiirene <7665279+huangyiirene@users.noreply.github.com>
1 parent d723d7d commit 63f20f8

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/coverage.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
pull_request:
77
branches: [ "main" ]
88

9+
permissions:
10+
contents: read
11+
pull-requests: write
12+
913
jobs:
1014
coverage:
1115
name: Test Coverage Report

0 commit comments

Comments
 (0)