Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
Merge pull request #105 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 authored Jan 23, 2024
2 parents ffb7303 + da5d3bb commit e08e31f
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 e08e31f

Please sign in to comment.