From 084d507d5fa3341a0e457ba3d931b3324d857fd3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 09:29:37 +0000 Subject: [PATCH] Update dependency jdx/mise to v2026.8.14 --- .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 743c9107c7e..73fe7615a65 100644 --- a/.github/workflows/PrepareNextIteration.yml +++ b/.github/workflows/PrepareNextIteration.yml @@ -22,7 +22,7 @@ jobs: - uses: jdx/mise-action@c2a87611a18de5b3828c5652fe268e992400cb5c # v4.3.0 with: - version: 2026.8.11 + version: 2026.8.14 - name: Normalize Version id: version diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f9fe3fa3447..094b0dced72 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@c2a87611a18de5b3828c5652fe268e992400cb5c # v4.3.0 with: - version: 2026.8.11 + version: 2026.8.14 - uses: SonarSource/ci-github-actions/build-maven@v1 id: build-maven env: @@ -79,7 +79,7 @@ jobs: submodules: recursive - uses: jdx/mise-action@c2a87611a18de5b3828c5652fe268e992400cb5c # v4.3.0 with: - version: 2026.8.11 + version: 2026.8.14 - 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@c2a87611a18de5b3828c5652fe268e992400cb5c # v4.3.0 with: - version: 2026.8.11 + version: 2026.8.14 - 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@c2a87611a18de5b3828c5652fe268e992400cb5c # v4.3.0 with: - version: 2026.8.11 + version: 2026.8.14 - 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@c2a87611a18de5b3828c5652fe268e992400cb5c # v4.3.0 with: - version: 2026.8.11 + version: 2026.8.14 - 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@c2a87611a18de5b3828c5652fe268e992400cb5c # v4.3.0 with: - version: 2026.8.11 + version: 2026.8.14 - 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@c2a87611a18de5b3828c5652fe268e992400cb5c # v4.3.0 with: - version: 2026.8.11 + version: 2026.8.14 - 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 39330d19771..c0ba79770e8 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@c2a87611a18de5b3828c5652fe268e992400cb5c # v4.3.0 with: - version: 2026.8.11 + version: 2026.8.14 - uses: SonarSource/ci-github-actions/build-maven@v1 env: MAVEN_OPTS: "-Xmx8g"