From 9f66a847fe76c8b8cb2d8d72310ad70cfab4b845 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2026 22:50:40 +0000 Subject: [PATCH] Update dependency jdx/mise to v2026.8.10 --- .github/workflows/PrepareNextIteration.yml | 2 +- .github/workflows/build.yml | 14 +++++++------- .github/workflows/unified-dogfooding.yml | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/PrepareNextIteration.yml b/.github/workflows/PrepareNextIteration.yml index 6ac78fe93f3..05a69d7d3ce 100644 --- a/.github/workflows/PrepareNextIteration.yml +++ b/.github/workflows/PrepareNextIteration.yml @@ -22,7 +22,7 @@ jobs: - uses: jdx/mise-action@3c2e0cf82a5b2e5249f0d3635a4d83d0ae861518 # v4.2.5 with: - version: 2026.8.9 + version: 2026.8.10 - name: Normalize Version id: version diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 09304304a18..b40f5a5a4d3 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@3c2e0cf82a5b2e5249f0d3635a4d83d0ae861518 # v4.2.5 with: - version: 2026.8.9 + version: 2026.8.10 - uses: SonarSource/ci-github-actions/build-maven@v1 id: build-maven env: @@ -79,7 +79,7 @@ jobs: submodules: recursive - uses: jdx/mise-action@3c2e0cf82a5b2e5249f0d3635a4d83d0ae861518 # v4.2.5 with: - version: 2026.8.9 + version: 2026.8.10 - name: Select Java Version shell: bash # Set explicitly so Bash is used on Windows runners too. run: | @@ -199,7 +199,7 @@ jobs: submodules: recursive - uses: jdx/mise-action@3c2e0cf82a5b2e5249f0d3635a4d83d0ae861518 # v4.2.5 with: - version: 2026.8.9 + version: 2026.8.10 - name: Select Java Version shell: bash # Set explicitly so Bash is used on Windows runners too. run: | @@ -250,7 +250,7 @@ jobs: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - uses: jdx/mise-action@3c2e0cf82a5b2e5249f0d3635a4d83d0ae861518 # v4.2.5 with: - version: 2026.8.9 + version: 2026.8.10 - uses: SonarSource/vault-action-wrapper@v3 id: secrets with: @@ -297,7 +297,7 @@ jobs: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - uses: jdx/mise-action@3c2e0cf82a5b2e5249f0d3635a4d83d0ae861518 # v4.2.5 with: - version: 2026.8.9 + version: 2026.8.10 - uses: SonarSource/vault-action-wrapper@v3 id: secrets with: @@ -333,7 +333,7 @@ jobs: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - uses: jdx/mise-action@3c2e0cf82a5b2e5249f0d3635a4d83d0ae861518 # v4.2.5 with: - version: 2026.8.9 + version: 2026.8.10 - uses: SonarSource/vault-action-wrapper@v3 id: secrets with: @@ -383,7 +383,7 @@ jobs: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - uses: jdx/mise-action@3c2e0cf82a5b2e5249f0d3635a4d83d0ae861518 # v4.2.5 with: - version: 2026.8.9 + version: 2026.8.10 - 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 88a60215b9f..c200e96ddd2 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@3c2e0cf82a5b2e5249f0d3635a4d83d0ae861518 # v4.2.5 with: - version: 2026.8.9 + version: 2026.8.10 - uses: SonarSource/ci-github-actions/build-maven@v1 env: MAVEN_OPTS: "-Xmx8g"