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 (#166)
  • Loading branch information
skwasjer authored Aug 26, 2023
1 parent c304e15 commit e3d78c1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
with:
ref: ${{ github.event.pull_request.head.sha || github.ref }}
fetch-depth: 0

- uses: actions/setup-dotnet@v3
with:
dotnet-version: |
Expand All @@ -38,6 +39,15 @@ jobs:
5.0.x
3.1.x
- uses: actions/setup-node@v3
with:
node-version: 18

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

- name: dotnet info
run: dotnet --info

Expand Down

0 comments on commit e3d78c1

Please sign in to comment.