Skip to content

Commit 90d7886

Browse files
code scan use jdk 11
1 parent b3dbc29 commit 90d7886

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-actions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
path: 'test-reports.tgz'
4242

4343
code-scan:
44-
name: JDK 8 JVM Code Scan
44+
name: Code Scan
4545
if: ${{ github.event_name != 'pull_request' && github.repository_owner == 'project-openubl' }}
4646
timeout-minutes: 120
4747
runs-on: ubuntu-latest
@@ -50,7 +50,7 @@ jobs:
5050
- uses: actions/checkout@v2
5151
- uses: actions/setup-java@v1
5252
with:
53-
java-version: 8
53+
java-version: 11
5454
- name: Build with Maven and Coverage/Sonar
5555
run: mvn verify -P coverage,sonar
5656
env:

0 commit comments

Comments
 (0)