Skip to content

Commit f129d60

Browse files
authored
feat: update sonarcloud action (#29)
1 parent 077d0f1 commit f129d60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/reporting.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,12 @@ jobs:
6464
6565
- name: SonarCloud Scan
6666
if: env.SONAR_TOKEN != ''
67-
uses: SonarSource/sonarcloud-github-action@v2.3.0
67+
uses: SonarSource/sonarqube-scan-action@v4
6868
env:
6969
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7070
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
7171
with:
72-
args: |
72+
args: >
7373
-Dsonar.projectKey=${{ inputs.project }}
7474
-Dsonar.organization=${{ inputs.organization }}
7575
-Dsonar.sources=${{ inputs.sources }}

0 commit comments

Comments
 (0)