Skip to content
This repository was archived by the owner on Feb 28, 2025. It is now read-only.

Commit 7673615

Browse files
authored
BC-8809 update sonartype gh-action (#39)
1 parent 7a16e04 commit 7673615

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ jobs:
2929
- uses: actions/setup-java@v4
3030
with:
3131
distribution: 'temurin'
32-
java-version: '17'
32+
java-version: '21'
3333
- name: SonarCloud upload coverage
34-
uses: SonarSource/sonarcloud-github-action@v4.0.0
34+
uses: SonarSource/sonarqube-scan-action@v4.2.1
3535
env:
3636
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3737
SONAR_TOKEN: ${{ secrets.SONARCLOUD_TOKEN }}

0 commit comments

Comments
 (0)