Skip to content

Commit

Permalink
Grant permission for type resolution Gradle job (#5470)
Browse files Browse the repository at this point in the history
Broken in #5452
  • Loading branch information
TWiStErRob committed Oct 24, 2022
1 parent 5565256 commit 2932b2a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/detekt-with-type-resolution.yaml
Expand Up @@ -46,6 +46,9 @@ jobs:


gradle:
permissions:
contents: read # for actions/checkout to fetch code
security-events: write # for github/codeql-action/upload-sarif to upload SARIF results
runs-on: ubuntu-latest
if: ${{ !contains(github.event.head_commit.message, 'ci skip') }}
steps:
Expand Down

0 comments on commit 2932b2a

Please sign in to comment.