Skip to content

Commit

Permalink
chore(gha): add missing permissions for workflow (#1233)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonMarquis authored Jan 4, 2025
1 parent f6eb362 commit e4affe7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ concurrency:
group: '${{ github.workflow }}-${{ github.event.pull_request.head.label || github.head_ref || github.ref }}'
cancel-in-progress: true

permissions:
security-events: write

jobs:

validation:
Expand Down

0 comments on commit e4affe7

Please sign in to comment.