diff --git a/.github/workflows/PrepareNextIteration.yml b/.github/workflows/PrepareNextIteration.yml index bab105a11cb..63b3766909e 100644 --- a/.github/workflows/PrepareNextIteration.yml +++ b/.github/workflows/PrepareNextIteration.yml @@ -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 diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ae1930aec64..5118d2ea405 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: @@ -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 @@ -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 @@ -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: @@ -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: @@ -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: @@ -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: @@ -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: diff --git a/.github/workflows/unified-dogfooding.yml b/.github/workflows/unified-dogfooding.yml index 4619920966f..849d75ea424 100644 --- a/.github/workflows/unified-dogfooding.yml +++ b/.github/workflows/unified-dogfooding.yml @@ -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"