We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3dbc29 commit 90d7886Copy full SHA for 90d7886
.github/workflows/ci-actions.yml
@@ -41,7 +41,7 @@ jobs:
41
path: 'test-reports.tgz'
42
43
code-scan:
44
- name: JDK 8 JVM Code Scan
+ name: Code Scan
45
if: ${{ github.event_name != 'pull_request' && github.repository_owner == 'project-openubl' }}
46
timeout-minutes: 120
47
runs-on: ubuntu-latest
@@ -50,7 +50,7 @@ jobs:
50
- uses: actions/checkout@v2
51
- uses: actions/setup-java@v1
52
with:
53
- java-version: 8
+ java-version: 11
54
- name: Build with Maven and Coverage/Sonar
55
run: mvn verify -P coverage,sonar
56
env:
0 commit comments