Update project-origin/.github digest to 7215912 (#85) #390
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: SonarCloud | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
branches: | |
- main | |
jobs: | |
analyse: | |
uses: project-origin/.github/.github/workflows/reusable-sonarcloud.yaml@7215912e1698f2f6c4f7d20f1e53ccbf62e9c8e7 | |
secrets: | |
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} |