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 71a53bd commit a97a7c4Copy full SHA for a97a7c4
3 files changed
.github/workflows/ci.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Set up Maven
30
uses: stCarolas/setup-maven@v5
31
with:
32
- maven-version: 3.9.9
+ maven-version: 3.9.11
33
- name: Build with Maven
34
env:
35
BROWSER: chrome-container
.github/workflows/codeql.yml
@@ -35,7 +35,7 @@ jobs:
36
37
38
39
40
- name: Initialize CodeQL
41
uses: github/codeql-action/init@v3
.github/workflows/coverage.yml
@@ -24,7 +24,7 @@ jobs:
24
25
26
27
28
- name: Generate coverage with JaCoCo
run: mvn -V --color always -ntp clean verify -Pci
- name: Upload coverage to Codecov
0 commit comments