Skip to content

Commit

Permalink
Add permission of security-events write for ghaction golangci-lint. (o…
Browse files Browse the repository at this point in the history
…penkruise#1582)

Signed-off-by: Lan Liang <[email protected]>
  • Loading branch information
liangyuanpeng authored and furykerry committed Feb 8, 2025
1 parent b238db2 commit 888b578
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:

golangci-lint:
runs-on: ubuntu-20.04
permissions:
security-events: write
steps:
- name: Checkout Code
uses: actions/checkout@v3
Expand Down

0 comments on commit 888b578

Please sign in to comment.