Skip to content

Commit 584515f

Browse files
test
1 parent 92e3d2c commit 584515f

1 file changed

Lines changed: 2 additions & 12 deletions

File tree

.github/workflows/sonarcloud.yml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,23 +13,13 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
steps:
16-
- uses: actions/checkout@v3
17-
18-
- name: Set up JDK 17
19-
uses: actions/setup-java@v3
20-
with:
21-
distribution: 'temurin'
22-
java-version: '17'
23-
2416
- name: Analyze with SonarCloud
2517

26-
uses: SonarSource/sonarcloud-github-action@v3
27-
18+
uses: SonarSource/sonarcloud-github-action@de2e56b42aa84d0b1c5b622644ac17e505c9a049
2819
env:
2920
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information
3021
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} # Generate a token on Sonarcloud.io, add it to the secrets of this repo with the name SONAR_TOKEN (Settings > Secrets > Actions > add new repository secret)
3122
with:
3223
args:
3324
-Dsonar.projectKey=dd3tech_dd360-components-docs
34-
-Dsonar.organization=dd3tech-1 -Dsonar.sources=src
35-
-Dsonar.branch.name=main
25+
-Dsonar.organization=dd3tech-1

0 commit comments

Comments
 (0)