Skip to content

🚧Update to dotnet 9 and csharp 13 #251

🚧Update to dotnet 9 and csharp 13

🚧Update to dotnet 9 and csharp 13 #251

name: ✅Sonar Scan Status Check
defaults:
run:
shell: pwsh
on:
pull_request_target:
branches: [main, preview]
jobs:
sonarcloud:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # Disabling shallow clone is recommended for improving relevancy of reporting
- name: SonarCloud Scan
uses: sonarsource/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}