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 f3c2e97 commit 5668ee2Copy full SHA for 5668ee2
3 files changed
.github/workflows/ci.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Set up Maven
31
uses: stCarolas/setup-maven@v5
32
with:
33
- maven-version: 3.9.11
+ maven-version: 3.9.14
34
- name: Build with Maven
35
env:
36
BROWSER: chrome-container
.github/workflows/codeql.yml
@@ -35,7 +35,7 @@ jobs:
37
38
39
40
- name: Initialize CodeQL
41
uses: github/codeql-action/init@v4
.github/workflows/update-badges.yml
@@ -23,7 +23,7 @@ jobs:
23
24
25
26
27
- name: Check if quality monitor reports mutation coverage
28
run: |
29
FILE='.github/quality-monitor.json'
0 commit comments