Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/checkDependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ on:
description: 'The version of Maven set up'
type: string
required: false
default: '3.9.9'
default: '3.9.10'
secrets:
token:
description: Personal Access Token to use for creating pull-requests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/checkVersions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Set up Maven
uses: stCarolas/setup-maven@d6af6abeda15e98926a57b5aa970a96bb37f97d1 # v5
with:
maven-version: 3.9.9
maven-version: 3.9.10

- name: Additional setup
if: inputs.extra-setup-command
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cleanCode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ on:
description: 'The version of Maven set up'
type: string
required: false
default: '3.9.9'
default: '3.9.10'
secrets:
token:
description: Personal Access Token to use for creating pull-requests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeQLworkflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ on:
description: 'The version of Maven set up'
type: string
required: false
default: '3.9.9'
default: '3.9.10'

env:
MAVEN_ARGS: >-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mavenBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ on:
description: 'The version of Maven set up'
type: string
required: false
default: '3.9.9'
default: '3.9.10'

permissions: {}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/updateTarget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Set up Maven
uses: stCarolas/setup-maven@d6af6abeda15e98926a57b5aa970a96bb37f97d1 # v5
with:
maven-version: 3.9.9
maven-version: 3.9.10
- name: Set up JDK
uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
with:
Expand Down
Loading