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 #170 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 18cc742 + 2ea25c3 commit d038299
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 d038299

Please sign in to comment.