diff --git a/.github/workflows/codequality.yml b/.github/workflows/codequality.yml index 6d4d4451..5924de7e 100644 --- a/.github/workflows/codequality.yml +++ b/.github/workflows/codequality.yml @@ -45,7 +45,7 @@ jobs: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} run: | cd src - dotnet-sonarscanner begin /k:"frasermolyneux_api-client-abstractions" /o:"frasermolyneux" /d:sonar.login="${{ secrets.SONAR_TOKEN }}" /d:sonar.host.url="https://sonarcloud.io" + dotnet-sonarscanner begin /k:"frasermolyneux_portal-repository" /o:"frasermolyneux" /d:sonar.login="${{ secrets.SONAR_TOKEN }}" /d:sonar.host.url="https://sonarcloud.io" - uses: frasermolyneux/actions/dotnet-web-ci@main with: