Skip to content

Commit

Permalink
workflow: update sonarcloud actions and remove deprecated options
Browse files Browse the repository at this point in the history
  • Loading branch information
joelguittet committed Oct 30, 2023
1 parent 2c21901 commit 6b0fb54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Checkout submodules
run: git submodule update --init --recursive
- name: Install sonar-scanner and build-wrapper
uses: SonarSource/sonarcloud-github-c-cpp@v1
uses: SonarSource/sonarcloud-github-c-cpp@v2
- name: Run build-wrapper
run: |
build-wrapper-linux-x86-64 --out-dir bw_output ./.github/workflows/build.sh
Expand All @@ -74,4 +74,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: |
sonar-scanner -Dsonar.organization=joelguittet -Dsonar.projectKey=joelguittet_c-cote -Dsonar.cfamily.cache.enabled=false -Dsonar.inclusions=include/**/*,src/**/* -Dsonar.projectVersion=$(cat VERSION) -Dsonar.cfamily.build-wrapper-output=bw_output
sonar-scanner -Dsonar.organization=joelguittet -Dsonar.projectKey=joelguittet_c-cote -Dsonar.inclusions=include/**/*,src/**/* -Dsonar.projectVersion=$(cat VERSION) -Dsonar.cfamily.build-wrapper-output=bw_output

0 comments on commit 6b0fb54

Please sign in to comment.