From ed47200328b7cad76ff2f8fd907ae1a1f07fd19f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 23:05:53 +0000 Subject: [PATCH] Update dependency jdx/mise to v2026.8.0 --- .github/workflows/PrepareNextIteration.yml | 2 +- .github/workflows/build.yml | 16 ++++++++-------- .github/workflows/unified-dogfooding.yml | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/PrepareNextIteration.yml b/.github/workflows/PrepareNextIteration.yml index 32a256d34bd..f5e1de9cb26 100644 --- a/.github/workflows/PrepareNextIteration.yml +++ b/.github/workflows/PrepareNextIteration.yml @@ -22,7 +22,7 @@ jobs: - uses: jdx/mise-action@7e36c90d9ab29c415a2384db3006f3ec8a8cc654 # v4.2.4 with: - version: 2026.7.18 + version: 2026.8.0 - name: Normalize Version id: version diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1ef553be4ea..684153c9637 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -33,7 +33,7 @@ jobs: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - uses: jdx/mise-action@7e36c90d9ab29c415a2384db3006f3ec8a8cc654 # v4.2.4 with: - version: 2026.7.18 + version: 2026.8.0 - uses: SonarSource/ci-github-actions/build-maven@v1 id: build-maven env: @@ -76,7 +76,7 @@ jobs: submodules: recursive - uses: jdx/mise-action@7e36c90d9ab29c415a2384db3006f3ec8a8cc654 # v4.2.4 with: - version: 2026.7.18 + version: 2026.8.0 - name: Select Java Version shell: bash # Set explicitly so Bash is used on Windows runners too. run: | @@ -190,7 +190,7 @@ jobs: submodules: recursive - uses: jdx/mise-action@7e36c90d9ab29c415a2384db3006f3ec8a8cc654 # v4.2.4 with: - version: 2026.7.18 + version: 2026.8.0 - name: Select Java Version shell: bash # Set explicitly so Bash is used on Windows runners too. run: | @@ -241,7 +241,7 @@ jobs: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - uses: jdx/mise-action@7e36c90d9ab29c415a2384db3006f3ec8a8cc654 # v4.2.4 with: - version: 2026.7.18 + version: 2026.8.0 - uses: SonarSource/vault-action-wrapper@v3 id: secrets with: @@ -288,7 +288,7 @@ jobs: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - uses: jdx/mise-action@7e36c90d9ab29c415a2384db3006f3ec8a8cc654 # v4.2.4 with: - version: 2026.7.18 + version: 2026.8.0 - uses: SonarSource/vault-action-wrapper@v3 id: secrets with: @@ -323,7 +323,7 @@ jobs: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - uses: jdx/mise-action@7e36c90d9ab29c415a2384db3006f3ec8a8cc654 # v4.2.4 with: - version: 2026.7.18 + version: 2026.8.0 - uses: SonarSource/vault-action-wrapper@v3 id: secrets with: @@ -379,7 +379,7 @@ jobs: # * The tests using Orchestrator and SonarQube that, for now, fail to work using Java 24 - uses: jdx/mise-action@7e36c90d9ab29c415a2384db3006f3ec8a8cc654 # v4.2.4 with: - version: 2026.7.18 + version: 2026.8.0 - uses: SonarSource/vault-action-wrapper@v3 id: secrets with: @@ -450,7 +450,7 @@ jobs: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - uses: jdx/mise-action@7e36c90d9ab29c415a2384db3006f3ec8a8cc654 # v4.2.4 with: - version: 2026.7.18 + version: 2026.8.0 - 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 ce14de6eaaf..e2d7c836e2b 100644 --- a/.github/workflows/unified-dogfooding.yml +++ b/.github/workflows/unified-dogfooding.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - uses: jdx/mise-action@7e36c90d9ab29c415a2384db3006f3ec8a8cc654 # v4.2.4 with: - version: 2026.7.18 + version: 2026.8.0 - uses: SonarSource/ci-github-actions/build-maven@v1 env: MAVEN_OPTS: "-Xmx8g"