Skip to content

Commit

Permalink
BC-8809 update sonartype gh-action (#5457)
Browse files Browse the repository at this point in the history
  • Loading branch information
Loki-Afro authored Jan 22, 2025
1 parent a580ad0 commit e446c27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@ jobs:
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'
java-version: '21'
- name: SonarCloud upload coverage
uses: SonarSource/sonarcloud-github-action@v4.0.0
uses: SonarSource/sonarqube-scan-action@v4.2.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONARCLOUD_TOKEN }}
Expand Down

0 comments on commit e446c27

Please sign in to comment.