Skip to content

Commit

Permalink
Update java version for sonarqube scan
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas63 authored Dec 9, 2023
1 parent 1ad3fb8 commit ff8154e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/test-integration-jwt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ jobs:
with:
path: jhipster-dotnetcore
fetch-depth: 2
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 17
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node_version }}
Expand All @@ -80,9 +84,9 @@ jobs:
run: mkdir app
- name: 'install required npm version'
run: npm install -g npm@$(node -e "console.log(require('./generators/generator-dotnetcore-constants.cjs').NPM_VERSION);")
- uses: actions/setup-dotnet@v3
- uses: actions/setup-dotnet@v4
with:
dotnet-version: '7.0.x'
dotnet-version: '8.0.x'
- name: git history
run: git --no-pager log -n 10 --graph --pretty='%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue) <%an>%Creset' --abbrev-commit
working-directory: ${{ github.workspace }}/jhipster-dotnetcore
Expand Down

0 comments on commit ff8154e

Please sign in to comment.