diff --git a/.github/workflows/acceptance-tests.yml b/.github/workflows/acceptance-tests.yml index fcd7ce0e8..c4cafe5ac 100644 --- a/.github/workflows/acceptance-tests.yml +++ b/.github/workflows/acceptance-tests.yml @@ -13,7 +13,7 @@ jobs: with: persist-credentials: false uses: actions/checkout@v4 - - uses: jdx/mise-action@c94f0bf9e520b150e34c017db785461f7e71c5fb # v2.1.1 + - uses: jdx/mise-action@c1606014a9b1b7cd3e7c7f5fc607a25351fdffec # v2.1.1 env: MISE_ENABLE_TOOLS: oats,java - name: Run acceptance tests diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3b132c397..938f97390 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v4 with: persist-credentials: false - - uses: jdx/mise-action@c94f0bf9e520b150e34c017db785461f7e71c5fb # v2.1.1 + - uses: jdx/mise-action@c1606014a9b1b7cd3e7c7f5fc607a25351fdffec # v2.1.1 env: MISE_ENABLE_TOOLS: java,protoc - name: Cache local Maven repository diff --git a/.github/workflows/github-pages.yaml b/.github/workflows/github-pages.yaml index 3ccd3fc70..985932712 100644 --- a/.github/workflows/github-pages.yaml +++ b/.github/workflows/github-pages.yaml @@ -36,7 +36,7 @@ jobs: persist-credentials: false fetch-tags: "true" fetch-depth: 0 - - uses: jdx/mise-action@c94f0bf9e520b150e34c017db785461f7e71c5fb # v2.1.1 + - uses: jdx/mise-action@c1606014a9b1b7cd3e7c7f5fc607a25351fdffec # v2.1.1 env: MISE_ENABLE_TOOLS: hugo,java with: diff --git a/.github/workflows/lint-rest.yml b/.github/workflows/lint-rest.yml index 61790b96d..6c53b4339 100644 --- a/.github/workflows/lint-rest.yml +++ b/.github/workflows/lint-rest.yml @@ -13,7 +13,7 @@ jobs: with: persist-credentials: false uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - - uses: jdx/mise-action@c94f0bf9e520b150e34c017db785461f7e71c5fb # v2.1.1 + - uses: jdx/mise-action@c1606014a9b1b7cd3e7c7f5fc607a25351fdffec # v2.1.1 env: MISE_ENABLE_TOOLS: lychee,zizmor - name: Lint diff --git a/.github/workflows/native-tests.yml b/.github/workflows/native-tests.yml index 1cf767c39..80a2ccfb8 100644 --- a/.github/workflows/native-tests.yml +++ b/.github/workflows/native-tests.yml @@ -13,7 +13,7 @@ jobs: with: persist-credentials: false uses: actions/checkout@v4 - - uses: jdx/mise-action@c94f0bf9e520b150e34c017db785461f7e71c5fb # v2.1.1 + - uses: jdx/mise-action@c1606014a9b1b7cd3e7c7f5fc607a25351fdffec # v2.1.1 env: MISE_ENABLE_TOOLS: java - name: Run native tests diff --git a/.github/workflows/test-release-build.yml b/.github/workflows/test-release-build.yml index 3f664d898..e642a5d58 100644 --- a/.github/workflows/test-release-build.yml +++ b/.github/workflows/test-release-build.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v4 with: persist-credentials: false - - uses: jdx/mise-action@c94f0bf9e520b150e34c017db785461f7e71c5fb # v2.1.1 + - uses: jdx/mise-action@c1606014a9b1b7cd3e7c7f5fc607a25351fdffec # v2.1.1 env: MISE_ENABLE_TOOLS: java - name: Cache local Maven repository