Skip to content

Commit

Permalink
Add permission to write security events to CodeQL check (#2997)
Browse files Browse the repository at this point in the history
Signed-off-by: Juraci Paixão Kröhling <juraci@kroehling.de>

Co-authored-by: Yuri Shkuro <yurishkuro@users.noreply.github.com>
  • Loading branch information
jpkrohling and yurishkuro authored May 18, 2021
1 parent 37ee5b0 commit 3af4e03
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ jobs:
name: CodeQL Analyze
runs-on: ubuntu-latest

permissions:
security-events: write
actions: read

strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 3af4e03

Please sign in to comment.