Skip to content

Commit

Permalink
Fix Detekt workflow permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanLongstaff committed Aug 16, 2024
1 parent f073d3c commit 5f22bec
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/detekt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,14 @@ on:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

permissions:
security-events: write

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "scan"
scan:
name: Scan
name: Detekt
# The type of runner that the job will run on
runs-on: macos-latest

Expand Down

0 comments on commit 5f22bec

Please sign in to comment.