Skip to content

Commit

Permalink
ci: fix sarif upload permission (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
fgardt authored Aug 11, 2024
1 parent f3d225e commit da298e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
name: Clippy
runs-on: windows-latest
if: ${{ github.event_name == 'push' || !github.event.pull_request.draft }}
permissions:
security-events: write
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit da298e1

Please sign in to comment.