Skip to content

Commit

Permalink
Merge pull request #1941 from kengoide/feature/update-java
Browse files Browse the repository at this point in the history
SonarScanner の実行に使用する Java ランタイムを 17 にアップグレードする
  • Loading branch information
kengoide authored Feb 12, 2024
2 parents 7622a8e + 92b37e1 commit 0345a2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sonarscan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,10 @@ jobs:
$env:CMD_TESTS1 `
--gtest_output=xml:${{ github.workspace }}\tests1-googletest.xml
- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v1
with:
java-version: 11
java-version: 17

- name: Fetch SonarScanner
working-directory: ${{ github.workspace }}\.sonar
Expand Down

0 comments on commit 0345a2f

Please sign in to comment.