Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/workflows/_checks-ts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,11 @@ on:
description: "Cache pnpm store to S3 (disable for dedicated/persistent runners)"
type: boolean
default: true
mise_version:
description: "mise version for jdx/mise-action to install. Pinned to a known-good release because mise 2026.6.x mis-verifies pulumi's linux-x64 aqua checksum (CI: 'verified checksum file digest does not match existing checksum'). Override per-repo if needed."
required: false
type: string
default: "2026.5.18"
secrets:
app_id:
description: "GitHub App ID"
Expand Down Expand Up @@ -233,6 +238,7 @@ jobs:
- name: Setup mise
uses: jdx/mise-action@v4
with:
version: ${{ inputs.mise_version }}
install: true
cache: false
cache_save: false
Expand Down