Skip to content

Commit

Permalink
fix(codeql): set security-events permission (#3050)
Browse files Browse the repository at this point in the history
  • Loading branch information
ykzts committed Dec 2, 2023
1 parent 1ed04b4 commit a1b8e7d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
name: Analyse
runs-on: ubuntu-latest

permissions:
security-events: write

steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit a1b8e7d

Please sign in to comment.