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 0f9f93e commit 947790aCopy full SHA for 947790a
2 files changed
.github/workflows/dependency-check.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Set up Maven
25
uses: stCarolas/setup-maven@v5
26
with:
27
- maven-version: 3.9.12
+ maven-version: 3.9.14
28
- name: Cache the NVD database
29
uses: actions/cache@v5
30
.github/workflows/quality-monitor-build.yml
- name: Check if quality monitor reports mutation coverage
run: |
FILE='.github/quality-monitor.json'
@@ -44,6 +44,7 @@ jobs:
44
exit 1;
45
fi
46
mv -fv maven.log target/maven.log
47
+ rm -rf target/tmp
48
- name: Write PR number
49
run: echo '${{ github.event.pull_request.number }}' > pr-number.txt
50
- name: Upload Quality Reports
0 commit comments