Skip to content

Commit 947790a

Browse files
committed
Upgrade Maven version
Also, delete temporary folder before uploading reports
1 parent 0f9f93e commit 947790a

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/dependency-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Set up Maven
2525
uses: stCarolas/setup-maven@v5
2626
with:
27-
maven-version: 3.9.12
27+
maven-version: 3.9.14
2828
- name: Cache the NVD database
2929
uses: actions/cache@v5
3030
with:

.github/workflows/quality-monitor-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Set up Maven
2525
uses: stCarolas/setup-maven@v5
2626
with:
27-
maven-version: 3.9.12
27+
maven-version: 3.9.14
2828
- name: Check if quality monitor reports mutation coverage
2929
run: |
3030
FILE='.github/quality-monitor.json'
@@ -44,6 +44,7 @@ jobs:
4444
exit 1;
4545
fi
4646
mv -fv maven.log target/maven.log
47+
rm -rf target/tmp
4748
- name: Write PR number
4849
run: echo '${{ github.event.pull_request.number }}' > pr-number.txt
4950
- name: Upload Quality Reports

0 commit comments

Comments
 (0)