diff --git a/.github/workflows/acceptance-tests.yml b/.github/workflows/acceptance-tests.yml index 113358df3..8f33543b2 100644 --- a/.github/workflows/acceptance-tests.yml +++ b/.github/workflows/acceptance-tests.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 - uses: jdx/mise-action@c2a87611a18de5b3828c5652fe268e992400cb5c # v4.3.0 with: - version: v2026.8.11 - sha256: 3d825b8341925abb398fba6fd8dcd7d6e92ade6820d892da62992e0765638e66 + version: v2026.9.0 + sha256: c9b089f2be1db4d4262eacaf367e480e7a328848adcc37d9d1612996902485d0 - name: Run acceptance tests run: mise run acceptance-test diff --git a/.github/workflows/api-diff.yml b/.github/workflows/api-diff.yml index 8ab34352a..e2d171b2c 100644 --- a/.github/workflows/api-diff.yml +++ b/.github/workflows/api-diff.yml @@ -34,8 +34,8 @@ jobs: persist-credentials: false - uses: jdx/mise-action@c2a87611a18de5b3828c5652fe268e992400cb5c # v4.3.0 with: - version: v2026.8.11 - sha256: 3d825b8341925abb398fba6fd8dcd7d6e92ade6820d892da62992e0765638e66 + version: v2026.9.0 + sha256: c9b089f2be1db4d4262eacaf367e480e7a328848adcc37d9d1612996902485d0 - name: Cache local Maven repository uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c6e5d8c43..0c1818df6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,8 +14,8 @@ jobs: persist-credentials: false - uses: jdx/mise-action@c2a87611a18de5b3828c5652fe268e992400cb5c # v4.3.0 with: - version: v2026.8.11 - sha256: 3d825b8341925abb398fba6fd8dcd7d6e92ade6820d892da62992e0765638e66 + version: v2026.9.0 + sha256: c9b089f2be1db4d4262eacaf367e480e7a328848adcc37d9d1612996902485d0 - name: Cache local Maven repository uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: diff --git a/.github/workflows/bump-api-diff-baseline.yml b/.github/workflows/bump-api-diff-baseline.yml index 85ba1fbcb..138be800a 100644 --- a/.github/workflows/bump-api-diff-baseline.yml +++ b/.github/workflows/bump-api-diff-baseline.yml @@ -35,8 +35,8 @@ jobs: persist-credentials: true - uses: jdx/mise-action@c2a87611a18de5b3828c5652fe268e992400cb5c # v4.3.0 with: - version: v2026.8.11 - sha256: 3d825b8341925abb398fba6fd8dcd7d6e92ade6820d892da62992e0765638e66 + version: v2026.9.0 + sha256: c9b089f2be1db4d4262eacaf367e480e7a328848adcc37d9d1612996902485d0 - name: Cache local Maven repository uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: diff --git a/.github/workflows/generate-protobuf.yml b/.github/workflows/generate-protobuf.yml index 2cee242f7..66ee35e14 100644 --- a/.github/workflows/generate-protobuf.yml +++ b/.github/workflows/generate-protobuf.yml @@ -20,8 +20,8 @@ jobs: persist-credentials: false - uses: jdx/mise-action@c2a87611a18de5b3828c5652fe268e992400cb5c # v4.3.0 with: - version: v2026.8.11 - sha256: 3d825b8341925abb398fba6fd8dcd7d6e92ade6820d892da62992e0765638e66 + version: v2026.9.0 + sha256: c9b089f2be1db4d4262eacaf367e480e7a328848adcc37d9d1612996902485d0 - name: Cache local Maven repository uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: diff --git a/.github/workflows/github-pages.yaml b/.github/workflows/github-pages.yaml index d20b1613e..35186e993 100644 --- a/.github/workflows/github-pages.yaml +++ b/.github/workflows/github-pages.yaml @@ -39,8 +39,8 @@ jobs: fetch-depth: 0 - uses: jdx/mise-action@c2a87611a18de5b3828c5652fe268e992400cb5c # v4.3.0 with: - version: v2026.8.11 - sha256: 3d825b8341925abb398fba6fd8dcd7d6e92ade6820d892da62992e0765638e66 + version: v2026.9.0 + sha256: c9b089f2be1db4d4262eacaf367e480e7a328848adcc37d9d1612996902485d0 cache: "false" - name: Setup Pages id: pages diff --git a/.github/workflows/java-version-matrix-tests.yml b/.github/workflows/java-version-matrix-tests.yml index 6246acf8b..73540265a 100644 --- a/.github/workflows/java-version-matrix-tests.yml +++ b/.github/workflows/java-version-matrix-tests.yml @@ -33,8 +33,8 @@ jobs: - name: Set up mise uses: jdx/mise-action@c2a87611a18de5b3828c5652fe268e992400cb5c # v4.3.0 with: - version: v2026.8.11 - sha256: 3d825b8341925abb398fba6fd8dcd7d6e92ade6820d892da62992e0765638e66 + version: v2026.9.0 + sha256: c9b089f2be1db4d4262eacaf367e480e7a328848adcc37d9d1612996902485d0 - name: Cache local Maven repository uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 diff --git a/.github/workflows/jmx-exporter-compatibility.yml b/.github/workflows/jmx-exporter-compatibility.yml index 8d06bc88a..f2592efe5 100644 --- a/.github/workflows/jmx-exporter-compatibility.yml +++ b/.github/workflows/jmx-exporter-compatibility.yml @@ -24,8 +24,8 @@ jobs: persist-credentials: false - uses: jdx/mise-action@c2a87611a18de5b3828c5652fe268e992400cb5c # v4.3.0 with: - version: v2026.8.11 - sha256: 3d825b8341925abb398fba6fd8dcd7d6e92ade6820d892da62992e0765638e66 + version: v2026.9.0 + sha256: c9b089f2be1db4d4262eacaf367e480e7a328848adcc37d9d1612996902485d0 - name: Cache local Maven repository uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 787e13d8a..e68017922 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -23,8 +23,8 @@ jobs: - name: Setup mise uses: jdx/mise-action@c2a87611a18de5b3828c5652fe268e992400cb5c # v4.3.0 with: - version: v2026.8.11 - sha256: 3d825b8341925abb398fba6fd8dcd7d6e92ade6820d892da62992e0765638e66 + version: v2026.9.0 + sha256: c9b089f2be1db4d4262eacaf367e480e7a328848adcc37d9d1612996902485d0 - name: Lint env: diff --git a/.github/workflows/micrometer-compatibility.yml b/.github/workflows/micrometer-compatibility.yml index e2bfa10a5..1f0bb8622 100644 --- a/.github/workflows/micrometer-compatibility.yml +++ b/.github/workflows/micrometer-compatibility.yml @@ -32,8 +32,8 @@ jobs: persist-credentials: false - uses: jdx/mise-action@c2a87611a18de5b3828c5652fe268e992400cb5c # v4.3.0 with: - version: v2026.8.11 - sha256: 3d825b8341925abb398fba6fd8dcd7d6e92ade6820d892da62992e0765638e66 + version: v2026.9.0 + sha256: c9b089f2be1db4d4262eacaf367e480e7a328848adcc37d9d1612996902485d0 - name: Cache local Maven repository uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: diff --git a/.github/workflows/native-tests.yml b/.github/workflows/native-tests.yml index c572e0195..7ddcf21cf 100644 --- a/.github/workflows/native-tests.yml +++ b/.github/workflows/native-tests.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 - uses: jdx/mise-action@c2a87611a18de5b3828c5652fe268e992400cb5c # v4.3.0 with: - version: v2026.8.11 - sha256: 3d825b8341925abb398fba6fd8dcd7d6e92ade6820d892da62992e0765638e66 + version: v2026.9.0 + sha256: c9b089f2be1db4d4262eacaf367e480e7a328848adcc37d9d1612996902485d0 - name: Run native tests run: mise run native-test diff --git a/.github/workflows/nightly-benchmarks.yml b/.github/workflows/nightly-benchmarks.yml index f39becaae..98e6effc3 100644 --- a/.github/workflows/nightly-benchmarks.yml +++ b/.github/workflows/nightly-benchmarks.yml @@ -36,8 +36,8 @@ jobs: - name: Setup mise uses: jdx/mise-action@c2a87611a18de5b3828c5652fe268e992400cb5c # v4.3.0 with: - version: v2026.8.11 - sha256: 3d825b8341925abb398fba6fd8dcd7d6e92ade6820d892da62992e0765638e66 + version: v2026.9.0 + sha256: c9b089f2be1db4d4262eacaf367e480e7a328848adcc37d9d1612996902485d0 - name: Cache local Maven repository uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 diff --git a/.github/workflows/pr-benchmarks.yml b/.github/workflows/pr-benchmarks.yml index cea46d61c..78cc1cfbd 100644 --- a/.github/workflows/pr-benchmarks.yml +++ b/.github/workflows/pr-benchmarks.yml @@ -47,8 +47,8 @@ jobs: - name: Setup mise uses: jdx/mise-action@c2a87611a18de5b3828c5652fe268e992400cb5c # v4.3.0 with: - version: v2026.8.11 - sha256: 3d825b8341925abb398fba6fd8dcd7d6e92ade6820d892da62992e0765638e66 + version: v2026.9.0 + sha256: c9b089f2be1db4d4262eacaf367e480e7a328848adcc37d9d1612996902485d0 - name: Cache local Maven repository uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 diff --git a/.github/workflows/regenerate-api-diff-otel.yml b/.github/workflows/regenerate-api-diff-otel.yml index 6b3e7b2c7..82b2cb102 100644 --- a/.github/workflows/regenerate-api-diff-otel.yml +++ b/.github/workflows/regenerate-api-diff-otel.yml @@ -20,8 +20,8 @@ jobs: persist-credentials: false - uses: jdx/mise-action@c2a87611a18de5b3828c5652fe268e992400cb5c # v4.3.0 with: - version: v2026.8.11 - sha256: 3d825b8341925abb398fba6fd8dcd7d6e92ade6820d892da62992e0765638e66 + version: v2026.9.0 + sha256: c9b089f2be1db4d4262eacaf367e480e7a328848adcc37d9d1612996902485d0 - name: Cache local Maven repository uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 601960cf4..dedebacf5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -74,8 +74,8 @@ jobs: - uses: jdx/mise-action@c2a87611a18de5b3828c5652fe268e992400cb5c # v4.3.0 with: - version: v2026.8.11 - sha256: 3d825b8341925abb398fba6fd8dcd7d6e92ade6820d892da62992e0765638e66 + version: v2026.9.0 + sha256: c9b089f2be1db4d4262eacaf367e480e7a328848adcc37d9d1612996902485d0 cache: false - name: Build release version diff --git a/.github/workflows/test-release-build.yml b/.github/workflows/test-release-build.yml index 4327ec25f..1690f8c22 100644 --- a/.github/workflows/test-release-build.yml +++ b/.github/workflows/test-release-build.yml @@ -20,8 +20,8 @@ jobs: fetch-depth: 0 - uses: jdx/mise-action@c2a87611a18de5b3828c5652fe268e992400cb5c # v4.3.0 with: - version: v2026.8.11 - sha256: 3d825b8341925abb398fba6fd8dcd7d6e92ade6820d892da62992e0765638e66 + version: v2026.9.0 + sha256: c9b089f2be1db4d4262eacaf367e480e7a328848adcc37d9d1612996902485d0 - name: Cache local Maven repository uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: