Skip to content

Commit 2753c3a

Browse files
Add permission of security-events write for ghaction golangci-lint. (openkruise#1582)
Signed-off-by: Lan Liang <gcslyp@gmail.com>
1 parent 61d1b42 commit 2753c3a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ jobs:
3737

3838
golangci-lint:
3939
runs-on: ubuntu-20.04
40+
permissions:
41+
security-events: write
4042
steps:
4143
- name: Checkout Code
4244
uses: actions/checkout@v3

0 commit comments

Comments
 (0)