From ce0723f3382d7b17c29beb95c82b8f7c28e9d7db Mon Sep 17 00:00:00 2001 From: Miha Kralj Date: Thu, 26 Sep 2024 11:27:03 -0700 Subject: [PATCH] System.Text.Json bump --- .github/workflows/sonarcloud.yml | 30 ------------------------------ Tests/Tests.csproj | 2 +- 2 files changed, 1 insertion(+), 31 deletions(-) delete mode 100644 .github/workflows/sonarcloud.yml diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml deleted file mode 100644 index 93975f32..00000000 --- a/.github/workflows/sonarcloud.yml +++ /dev/null @@ -1,30 +0,0 @@ -name: SonarCloud analysis -on: - push: - pull_request: - workflow_dispatch: - -permissions: - pull-requests: read # allows SonarCloud to decorate PRs with analysis results - -jobs: - Analysis: - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v3 - with: - fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - - - name: Analyze with SonarCloud - uses: SonarSource/sonarcloud-github-action@v2.0.2 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information - SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} # Generate a token on Sonarcloud.io, add it to the secrets of this repo with the name SONAR_TOKEN - with: - # Additional arguments for the SonarScanner CLI - args: > - -Dsonar.projectKey=mihakralj_QuanTAlib - -Dsonar.organization=mihakralj - -Dsonar.sources=. - -Dsonar.verbose=false diff --git a/Tests/Tests.csproj b/Tests/Tests.csproj index 8ec60052..1ddfd8d3 100644 --- a/Tests/Tests.csproj +++ b/Tests/Tests.csproj @@ -28,7 +28,7 @@ - +