Skip to content

Commit

Permalink
Update central_SONAR.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
christosservos authored Feb 14, 2024
1 parent f107e23 commit 28c8ced
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/central_SONAR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ jobs:
if: (github.event_name == 'push'|| github.event_name == 'workflow_dispatch')
uses: SonarSource/sonarcloud-github-action@master
with:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
args: >
-Dsonar.organization=testingorgcs
-Dsonar.projectKey=${{ env.PROJECTKEY }}
-Dsonar.c.file.suffixes=-
-Dsonar.cpp.file.suffixes=-
-Dsonar.objc.file.suffixes=-
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
- name: SonarCloud Scan - GH Action - Pull Request Analysis
if: (github.event_name == 'pull_request_target')
uses: SonarSource/sonarcloud-github-action@master
Expand Down

0 comments on commit 28c8ced

Please sign in to comment.