Skip to content

Commit 80c4268

Browse files
Update dependency jdx/mise to v2026.8.11 (#6062)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e9cc048 commit 80c4268

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/PrepareNextIteration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
- uses: jdx/mise-action@c2a87611a18de5b3828c5652fe268e992400cb5c # v4.3.0
2424
with:
25-
version: 2026.8.10
25+
version: 2026.8.11
2626

2727
- name: Normalize Version
2828
id: version

.github/workflows/build.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
3434
- uses: jdx/mise-action@c2a87611a18de5b3828c5652fe268e992400cb5c # v4.3.0
3535
with:
36-
version: 2026.8.10
36+
version: 2026.8.11
3737
- uses: SonarSource/ci-github-actions/build-maven@v1
3838
id: build-maven
3939
env:
@@ -79,7 +79,7 @@ jobs:
7979
submodules: recursive
8080
- uses: jdx/mise-action@c2a87611a18de5b3828c5652fe268e992400cb5c # v4.3.0
8181
with:
82-
version: 2026.8.10
82+
version: 2026.8.11
8383
- name: Select Java Version
8484
shell: bash # Set explicitly so Bash is used on Windows runners too.
8585
run: |
@@ -199,7 +199,7 @@ jobs:
199199
submodules: recursive
200200
- uses: jdx/mise-action@c2a87611a18de5b3828c5652fe268e992400cb5c # v4.3.0
201201
with:
202-
version: 2026.8.10
202+
version: 2026.8.11
203203
- name: Select Java Version
204204
shell: bash # Set explicitly so Bash is used on Windows runners too.
205205
run: |
@@ -250,7 +250,7 @@ jobs:
250250
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
251251
- uses: jdx/mise-action@c2a87611a18de5b3828c5652fe268e992400cb5c # v4.3.0
252252
with:
253-
version: 2026.8.10
253+
version: 2026.8.11
254254
- uses: SonarSource/vault-action-wrapper@v3
255255
id: secrets
256256
with:
@@ -297,7 +297,7 @@ jobs:
297297
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
298298
- uses: jdx/mise-action@c2a87611a18de5b3828c5652fe268e992400cb5c # v4.3.0
299299
with:
300-
version: 2026.8.10
300+
version: 2026.8.11
301301
- uses: SonarSource/vault-action-wrapper@v3
302302
id: secrets
303303
with:
@@ -333,7 +333,7 @@ jobs:
333333
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
334334
- uses: jdx/mise-action@c2a87611a18de5b3828c5652fe268e992400cb5c # v4.3.0
335335
with:
336-
version: 2026.8.10
336+
version: 2026.8.11
337337
- uses: SonarSource/vault-action-wrapper@v3
338338
id: secrets
339339
with:
@@ -383,7 +383,7 @@ jobs:
383383
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
384384
- uses: jdx/mise-action@c2a87611a18de5b3828c5652fe268e992400cb5c # v4.3.0
385385
with:
386-
version: 2026.8.10
386+
version: 2026.8.11
387387
- name: Ensure Separate Job Cache Key
388388
uses: ./.github/actions/write-file
389389
with:

.github/workflows/unified-dogfooding.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
1616
- uses: jdx/mise-action@c2a87611a18de5b3828c5652fe268e992400cb5c # v4.3.0
1717
with:
18-
version: 2026.8.10
18+
version: 2026.8.11
1919
- uses: SonarSource/ci-github-actions/build-maven@v1
2020
env:
2121
MAVEN_OPTS: "-Xmx8g"

0 commit comments

Comments
 (0)