Skip to content

Commit

Permalink
Sonar: remove deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdro committed Sep 19, 2023
1 parent f0294c6 commit c7e3eca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sonarcloud.yml
Expand Up @@ -66,7 +66,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} # Put the name of your token here
run: |
sonar-scanner --define sonar.projectKey=bogdro_wipefreespace --define sonar.organization=bogdro --define sonar.cfamily.cache.enabled=false --define sonar.cfamily.build-wrapper-output="${{ env.BUILD_WRAPPER_OUT_DIR }}"
sonar-scanner --define sonar.projectKey=bogdro_wipefreespace --define sonar.organization=bogdro --define sonar.cfamily.build-wrapper-output="${{ env.BUILD_WRAPPER_OUT_DIR }}"
#- name: Analyze with SonarCloud

Expand Down

0 comments on commit c7e3eca

Please sign in to comment.