Skip to content

Commit

Permalink
ci(deps): bump NodeJS/Java versions to fix deprecation warning of Son…
Browse files Browse the repository at this point in the history
…arScanner
  • Loading branch information
skwasjer committed Aug 12, 2023
1 parent adc2de1 commit 75099e6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,15 @@ jobs:
3.1.x
2.1.x
- uses: actions/setup-node@v3
with:
node-version: 16

- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'

- name: Install Sonar scanner
run: dotnet tool install --global dotnet-sonarscanner

Expand Down

0 comments on commit 75099e6

Please sign in to comment.