diff --git a/.github/workflows/detekt.yml b/.github/workflows/detekt.yml index 7373a6a4..5ebf5342 100644 --- a/.github/workflows/detekt.yml +++ b/.github/workflows/detekt.yml @@ -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