diff --git a/.github/workflows/acceptance-tests.yml b/.github/workflows/acceptance-tests.yml index 113358df3..61efa4a3d 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.8.16 + sha256: cff4832ded79af2951e800bddcb5a22acac58630d765a2d062c1180680a0bb35 - 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..0c238a4e2 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.8.16 + sha256: cff4832ded79af2951e800bddcb5a22acac58630d765a2d062c1180680a0bb35 - 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..bd10fd0ad 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.8.16 + sha256: cff4832ded79af2951e800bddcb5a22acac58630d765a2d062c1180680a0bb35 - 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..f51f6b586 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.8.16 + sha256: cff4832ded79af2951e800bddcb5a22acac58630d765a2d062c1180680a0bb35 - 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..a99ca3e50 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.8.16 + sha256: cff4832ded79af2951e800bddcb5a22acac58630d765a2d062c1180680a0bb35 - 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..02db12819 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.8.16 + sha256: cff4832ded79af2951e800bddcb5a22acac58630d765a2d062c1180680a0bb35 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..59f575e88 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.8.16 + sha256: cff4832ded79af2951e800bddcb5a22acac58630d765a2d062c1180680a0bb35 - 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..92a6632f4 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.8.16 + sha256: cff4832ded79af2951e800bddcb5a22acac58630d765a2d062c1180680a0bb35 - 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..90e69c6f9 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.8.16 + sha256: cff4832ded79af2951e800bddcb5a22acac58630d765a2d062c1180680a0bb35 - name: Lint env: diff --git a/.github/workflows/micrometer-compatibility.yml b/.github/workflows/micrometer-compatibility.yml index e2bfa10a5..baf911c28 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.8.16 + sha256: cff4832ded79af2951e800bddcb5a22acac58630d765a2d062c1180680a0bb35 - 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..3390bd93f 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.8.16 + sha256: cff4832ded79af2951e800bddcb5a22acac58630d765a2d062c1180680a0bb35 - 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..5d932f1d8 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.8.16 + sha256: cff4832ded79af2951e800bddcb5a22acac58630d765a2d062c1180680a0bb35 - 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..ed2f75cba 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.8.16 + sha256: cff4832ded79af2951e800bddcb5a22acac58630d765a2d062c1180680a0bb35 - 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..0b10f30b0 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.8.16 + sha256: cff4832ded79af2951e800bddcb5a22acac58630d765a2d062c1180680a0bb35 - 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..96a572023 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.8.16 + sha256: cff4832ded79af2951e800bddcb5a22acac58630d765a2d062c1180680a0bb35 cache: false - name: Build release version diff --git a/.github/workflows/test-release-build.yml b/.github/workflows/test-release-build.yml index 4327ec25f..cbb16d9b4 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.8.16 + sha256: cff4832ded79af2951e800bddcb5a22acac58630d765a2d062c1180680a0bb35 - name: Cache local Maven repository uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: