Skip to content

chore(deps): update xunit-dotnet monorepo #236

chore(deps): update xunit-dotnet monorepo

chore(deps): update xunit-dotnet monorepo #236

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/sonarcloud-github-action@v2.1.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}