Skip to content

Commit

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

Signed-off-by: Lan Liang <[email protected]>
  • Loading branch information
liangyuanpeng authored Apr 17, 2024
1 parent 61d1b42 commit 2753c3a
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 2753c3a

Please sign in to comment.