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/PrepareNextIteration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- uses: jdx/mise-action@e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d # v4.2.0
with:
version: 2026.4.25
version: 2026.7.7

- name: Normalize Version
id: version
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- uses: jdx/mise-action@e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d # v4.2.0
with:
version: 2026.4.25
version: 2026.7.7
- uses: SonarSource/ci-github-actions/build-maven@v1
id: build-maven
env:
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
submodules: recursive
- uses: jdx/mise-action@e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d # v4.2.0
with:
version: 2026.4.25
version: 2026.7.7
- name: Select Java Version
run: mise use java@21
- name: Ensure Separate Job Cache Key
Expand Down Expand Up @@ -185,7 +185,7 @@ jobs:
submodules: recursive
- uses: jdx/mise-action@e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d # v4.2.0
with:
version: 2026.4.25
version: 2026.7.7
- name: Select Java Version
run: mise use java@21
- name: Ensure Separate Job Cache Key
Expand Down Expand Up @@ -231,7 +231,7 @@ jobs:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- uses: jdx/mise-action@e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d # v4.2.0
with:
version: 2026.4.25
version: 2026.7.7
- uses: SonarSource/vault-action-wrapper@v3
id: secrets
with:
Expand Down Expand Up @@ -278,7 +278,7 @@ jobs:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- uses: jdx/mise-action@e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d # v4.2.0
with:
version: 2026.4.25
version: 2026.7.7
- uses: SonarSource/vault-action-wrapper@v3
id: secrets
with:
Expand Down Expand Up @@ -313,7 +313,7 @@ jobs:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- uses: jdx/mise-action@e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d # v4.2.0
with:
version: 2026.4.25
version: 2026.7.7
- uses: SonarSource/vault-action-wrapper@v3
id: secrets
with:
Expand Down Expand Up @@ -369,7 +369,7 @@ jobs:
# * The tests using Orchestrator and SonarQube that, for now, fail to work using Java 24
- uses: jdx/mise-action@e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d # v4.2.0
with:
version: 2026.4.25
version: 2026.7.7
- uses: SonarSource/vault-action-wrapper@v3
id: secrets
with:
Expand Down Expand Up @@ -435,7 +435,7 @@ jobs:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- uses: jdx/mise-action@e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d # v4.2.0
with:
version: 2026.4.25
version: 2026.7.7
- name: Ensure Separate Job Cache Key
uses: ./.github/actions/write-file
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unified-dogfooding.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- uses: jdx/mise-action@e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d # v4.2.0
with:
version: 2026.4.25
version: 2026.7.7
- uses: SonarSource/ci-github-actions/build-maven@v1
env:
MAVEN_OPTS: "-Xmx8g"
Expand Down
Loading