Skip to content

Commit

Permalink
Merge pull request #126 from microsoft/feature/wf-permissions-sonar
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 b528d30 + 0d3a5f5 commit e0328b4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ on:
- main
pull_request:
types: [opened, synchronize, reopened]

permissions:
contents: read
pull-requests: read


jobs:
sonarcloud:
name: SonarCloud
Expand Down

0 comments on commit e0328b4

Please sign in to comment.