Skip to content

Commit

Permalink
Merge pull request #182 from microsoft/feature/sonarcloud-permissions
Browse files Browse the repository at this point in the history
 - adds permissions to SQ workflow
  • Loading branch information
baywet committed Jan 23, 2024
2 parents dcaf5e5 + 3bcc6c1 commit ef0cdda
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ on:
types: [opened, synchronize, reopened]
paths-ignore: [".vscode/**"]

permissions:
contents: read
pull-requests: read

env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

Expand Down

0 comments on commit ef0cdda

Please sign in to comment.