Skip to content

Commit 81ab637

Browse files
committed
Update GHAs to use Maven 3.9.10
1 parent 0ac053b commit 81ab637

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/checkDependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ on:
2828
description: 'The version of Maven set up'
2929
type: string
3030
required: false
31-
default: '3.9.9'
31+
default: '3.9.10'
3232
secrets:
3333
token:
3434
description: Personal Access Token to use for creating pull-requests

.github/workflows/checkVersions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: Set up Maven
5454
uses: stCarolas/setup-maven@d6af6abeda15e98926a57b5aa970a96bb37f97d1 # v5
5555
with:
56-
maven-version: 3.9.9
56+
maven-version: 3.9.10
5757

5858
- name: Additional setup
5959
if: inputs.extra-setup-command

.github/workflows/cleanCode.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ on:
3333
description: 'The version of Maven set up'
3434
type: string
3535
required: false
36-
default: '3.9.9'
36+
default: '3.9.10'
3737
secrets:
3838
token:
3939
description: Personal Access Token to use for creating pull-requests

.github/workflows/codeQLworkflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ on:
1919
description: 'The version of Maven set up'
2020
type: string
2121
required: false
22-
default: '3.9.9'
22+
default: '3.9.10'
2323

2424
env:
2525
MAVEN_ARGS: >-

.github/workflows/mavenBuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ on:
1919
description: 'The version of Maven set up'
2020
type: string
2121
required: false
22-
default: '3.9.9'
22+
default: '3.9.10'
2323

2424
permissions: {}
2525

.github/workflows/updateTarget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Set up Maven
3333
uses: stCarolas/setup-maven@d6af6abeda15e98926a57b5aa970a96bb37f97d1 # v5
3434
with:
35-
maven-version: 3.9.9
35+
maven-version: 3.9.10
3636
- name: Set up JDK
3737
uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
3838
with:

0 commit comments

Comments
 (0)