Skip to content
This repository has been archived by the owner on Oct 22, 2023. It is now read-only.

Commit

Permalink
Allow CodeQL job to write security events.
Browse files Browse the repository at this point in the history
  • Loading branch information
charleskorn committed May 11, 2021
1 parent dd6d595 commit 3906a27
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 @@ -14,6 +14,9 @@ on:
schedule:
- cron: '0 22 * * 2'

permissions:
security-events: write

jobs:
analyze:
name: Analyze
Expand Down

0 comments on commit 3906a27

Please sign in to comment.