From 49c260f621240668de284f3d8665ab28fec0df2f Mon Sep 17 00:00:00 2001 From: Gregor Zeitlinger Date: Thu, 26 Jun 2025 14:25:34 +0200 Subject: [PATCH 1/2] MISE_ENABLE_TOOLS is not supported by mise action Signed-off-by: Gregor Zeitlinger --- .github/workflows/acceptance-tests.yml | 2 -- .github/workflows/build.yml | 2 -- .github/workflows/github-pages.yaml | 2 -- .github/workflows/lint-rest.yml | 2 -- .github/workflows/test-release-build.yml | 2 -- mise.toml | 6 +++--- 6 files changed, 3 insertions(+), 13 deletions(-) diff --git a/.github/workflows/acceptance-tests.yml b/.github/workflows/acceptance-tests.yml index 3da71fd02..9cafc5d0f 100644 --- a/.github/workflows/acceptance-tests.yml +++ b/.github/workflows/acceptance-tests.yml @@ -14,7 +14,5 @@ jobs: persist-credentials: false uses: actions/checkout@v4 - uses: jdx/mise-action@5cb1df66ed5e1fb3c670ea0b62fd17a76979826a # v2.3.1 - env: - MISE_ENABLE_TOOLS: go:github.com/grafana/oats,java - name: Run acceptance tests run: mise run acceptance-test diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 824e2c7f4..571c7358b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,8 +13,6 @@ jobs: with: persist-credentials: false - uses: jdx/mise-action@5cb1df66ed5e1fb3c670ea0b62fd17a76979826a # v2.3.1 - env: - MISE_ENABLE_TOOLS: java,protoc - name: Cache local Maven repository uses: actions/cache@v4 with: diff --git a/.github/workflows/github-pages.yaml b/.github/workflows/github-pages.yaml index 6583e6b36..46d44f800 100644 --- a/.github/workflows/github-pages.yaml +++ b/.github/workflows/github-pages.yaml @@ -38,8 +38,6 @@ jobs: fetch-tags: "true" fetch-depth: 0 - uses: jdx/mise-action@5cb1df66ed5e1fb3c670ea0b62fd17a76979826a # v2.3.1 - env: - MISE_ENABLE_TOOLS: hugo,java with: cache: "false" - name: Setup Pages diff --git a/.github/workflows/lint-rest.yml b/.github/workflows/lint-rest.yml index 69e041c60..3f3978fa4 100644 --- a/.github/workflows/lint-rest.yml +++ b/.github/workflows/lint-rest.yml @@ -14,7 +14,5 @@ jobs: persist-credentials: false uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - uses: jdx/mise-action@5cb1df66ed5e1fb3c670ea0b62fd17a76979826a # v2.3.1 - env: - MISE_ENABLE_TOOLS: lychee,zizmor - name: Lint run: mise run lint-rest diff --git a/.github/workflows/test-release-build.yml b/.github/workflows/test-release-build.yml index 0aa40090a..78ee73332 100644 --- a/.github/workflows/test-release-build.yml +++ b/.github/workflows/test-release-build.yml @@ -17,8 +17,6 @@ jobs: with: persist-credentials: false - uses: jdx/mise-action@5cb1df66ed5e1fb3c670ea0b62fd17a76979826a # v2.3.1 - env: - MISE_ENABLE_TOOLS: java - name: Cache local Maven repository uses: actions/cache@v4 with: diff --git a/mise.toml b/mise.toml index 6ab841510..9b3066591 100644 --- a/mise.toml +++ b/mise.toml @@ -1,9 +1,9 @@ [tools] -"cargo:zizmor" = "1.8.0" +"cargo:zizmor" = "1.9.0" "go:github.com/gohugoio/hugo" = "v0.147.9" "go:github.com/grafana/oats" = "0.3.2" -java = "temurin-21.0.7+6.0.LTS" -lychee = "0.18.1" +java = "temurin-24.0.1" +lychee = "0.19.1" protoc = "31.1" [tasks.ci] From 2ce67aec7f84ce1cc08690c8755bc22d4e8f321f Mon Sep 17 00:00:00 2001 From: Gregor Zeitlinger Date: Fri, 4 Jul 2025 11:13:47 +0200 Subject: [PATCH 2/2] Update mise.toml Signed-off-by: Gregor Zeitlinger --- mise.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mise.toml b/mise.toml index 9b3066591..f1e388035 100644 --- a/mise.toml +++ b/mise.toml @@ -2,7 +2,7 @@ "cargo:zizmor" = "1.9.0" "go:github.com/gohugoio/hugo" = "v0.147.9" "go:github.com/grafana/oats" = "0.3.2" -java = "temurin-24.0.1" +java = "temurin-21.0.7+6.0.LTS" lychee = "0.19.1" protoc = "31.1"