Skip to content

Commit

Permalink
ci: allow diff-lint to write security events
Browse files Browse the repository at this point in the history
  • Loading branch information
praiskup authored and FrostyX committed Nov 13, 2024
1 parent b170f76 commit f3c9cb2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/python-diff-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ on:
jobs:
python-lint-job:
runs-on: ubuntu-latest

permissions:
# required for all workflows
security-events: write

steps:
- name: Repository checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit f3c9cb2

Please sign in to comment.