Sourced from jdx/mise-action's releases.
v4.1.0: automatic --locked installs
This release adds automatic locked installs when a
mise.lockis present, and fixes a long-standing cache-key collision that could poison tool installs when workflows migrate between runner providers.Added
Automatic
--lockedinstall whenmise.lockexists (#495) by@zeitlingerWhen a repo contains
mise.lock, the action now automatically passes--lockedtomise install(on mise versions that support it). This removes the need to manually setinstall_args: --lockedand preventsmise installfrom silently mutating the lockfile in CI. Explicitinstall_argsand older mise versions are still respected.Note: workflows with a stale lockfile may now fail earlier and more explicitly instead of silently updating
mise.lockmid-run — this surfaces lockfile drift rather than hiding it.Fixed
- Cache key collisions across runner providers (#456) — the default cache key now includes the runner image (e.g.
macos15,ubuntu24for GitHub-hosted runners;self-hostedotherwise). Previously, repos migrating between providers like github-hosted, namespace.so, BuildJet, and self-hosted runners with the same OS/arch could restore a peer provider's~/.local/share/mise/installs/*, causing failures likedoes not have an executable named '…'or SIGILL crashes from binaries built against a different glibc/CPU featureset. Expect a one-time cache miss after upgrading; thereafter the cache stays scoped per image.mise-shim.exemissing on Windows (#476) by@risu729— the action now installsmise-shim.exealongsidemise.exeand repairs restored caches that lack the shim. Fixes #475.Changed
- Migrated the bundled action build from ncc (CommonJS) to Rollup (ESM) (#436). No user-facing behavior change.
Full Changelog: https://github.com/jdx/mise-action/compare/v4.0.1...v4.1.0
Sourced from jdx/mise-action's changelog.
Changelog
4.1.0 - 2026-06-04
🚀 Features
- add wings_enabled input (mise-wings cache integration) (#454) by
@jdxin #454- lock install when mise.lock is present (#495) by
@zeitlingerin #495🐛 Bug Fixes
- (ci) add gh auth setup-git to release-plz.sh (#473) by
@jdxin #473- (ci) pin codeql-action with exact version comment (#481) by
@jdxin #481- include runner image in cache key to prevent cross-provider collisions (#456) by
@jdxin #456- install mise-shim.exe on Windows (#476) by
@risu729in #476⚙️ Miscellaneous Tasks
- (ci) use !cancelled() instead of always() for final job (#460) by
@jdxin #460- (ci) remove autofix.ci workflow (#470) by
@jdxin #470- (ci) add zizmor workflow for github actions security analysis (#471) by
@jdxin #471- (ci) close failing or conflicted PRs sooner (#480) by
@jdxin #480- add communique to enhance release notes (#411) by
@jdxin #411- migrate from ncc (CJS) to rollup (ESM) (#436) by
@jdxin #436- add final job to aggregate build-test results (#438) by
@jdxin #438- migrate package manager from npm/pnpm/bun to aube (#455) by
@jdxin #455- remove pull_request_target workflow (#469) by
@jdxin #469- update aube tool version (#501) by
@jdxin #501
4.0.1 - 2026-03-22
🐛 Bug Fixes
🚜 Refactor
- extract getCwd() helper to deduplicate working directory resolution (#403) by
@altendkyin #403📚 Documentation
- bump versions listed im README.md (#407) by
@deiningin #407- bump more versions listed in README.md (#408) by
@deiningin #408⚙️ Miscellaneous Tasks
... (truncated)
dba1968
chore: release v4.1.0 (#490)f91a09d
fix(ci): resolve zizmor findings (#503)a9d72a2
chore(deps): update github/codeql-action action to v4.36.0 (#500)1f56d95
chore(deps): update dependency @actions/cache to v6.0.1
(#497)e47eed9
chore: update aube tool version (#501)69c24ed
chore(deps): update dependency aube to v1.15.0 (#498)76f8407
chore(deps): update zizmorcore/zizmor-action action to v0.5.4 (#488)4a84c91
chore(deps): update dependency eslint to v10.4.0 (#492)4d5418b
chore(deps): update dependency @types/node to v24.12.4 (#485)e676099
chore(deps): update dependency typescript-eslint to v8.59.3 (#487)Sourced from github/codeql-action's changelog.
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
[UNRELEASED]
No user facing changes.
4.36.2 - 04 Jun 2026
- Cache CodeQL CLI version information across Actions steps. #3943
- Reduce requests while waiting for analysis processing by using exponential backoff when polling SARIF processing status. #3937
- Update default CodeQL bundle version to 2.25.6. #3948
4.36.1 - 02 Jun 2026
No user facing changes.
4.36.0 - 22 May 2026
- Breaking change: Bump the minimum required CodeQL bundle version to 2.19.4. #3894
- Add support for SHA-256 Git object IDs. #3893
- Update default CodeQL bundle version to 2.25.5. #3926
4.35.5 - 15 May 2026
- We have improved how the JavaScript bundles for the CodeQL Action are generated to avoid duplication across bundles and reduce the size of the repository by around 70%. This should have no effect on the runtime behaviour of the CodeQL Action. #3899
- For performance and accuracy reasons, improved incremental analysis will now only be enabled on a pull request when diff-informed analysis is also enabled for that run. If diff-informed analysis is unavailable (for example, because the PR diff ranges could not be computed), the action will fall back to a full analysis. #3791
- If multiple inputs are provided for the GitHub-internal
analysis-kindsinput, onlycode-scanningwill be enabled. Theanalysis-kindsinput is experimental, for GitHub-internal use only, and may change without notice at any time. #3892- Added an experimental change which, when running a Code Scanning analysis for a PR with improved incremental analysis enabled, prefers CodeQL CLI versions that have a cached overlay-base database for the configured languages. This speeds up analysis for a repository when there is not yet a cached overlay-base database for the latest CLI version. We expect to roll this change out to everyone in May. #3880
4.35.4 - 07 May 2026
4.35.3 - 01 May 2026
- Upcoming breaking change: Add a deprecation warning for customers using CodeQL version 2.19.3 and earlier. These versions of CodeQL were discontinued on 9 April 2026 alongside GitHub Enterprise Server 3.15, and will be unsupported by the next minor release of the CodeQL Action. #3837
- Configurations for private registries that use Cloudsmith or GCP OIDC are now accepted. #3850
- Best-effort connection tests for private registries now use
GETrequests instead ofHEADfor better compatibility with various registry implementations. For NuGet feeds, the test is now always performed against the service index. #3853- Fixed a bug where two diagnostics produced within the same millisecond could overwrite each other on disk, causing one of them to be lost. #3852
- Update default CodeQL bundle version to 2.25.3. #3865
4.35.2 - 15 Apr 2026
- The undocumented TRAP cache cleanup feature that could be enabled using the
CODEQL_ACTION_CLEANUP_TRAP_CACHESenvironment variable is deprecated and will be removed in May 2026. If you are affected by this, we recommend disabling TRAP caching by passing thetrap-caching: falseinput to theinitAction. #3795- The Git version 2.36.0 requirement for improved incremental analysis now only applies to repositories that contain submodules. #3789
- Python analysis on GHES no longer extracts the standard library, relying instead on models of the standard library. This should result in significantly faster extraction and analysis times, while the effect on alerts should be minimal. #3794
- Fixed a bug in the validation of OIDC configurations for private registries that was added in CodeQL Action 4.33.0 / 3.33.0. #3807
- Update default CodeQL bundle version to 2.25.2. #3823
... (truncated)
8aad20d
Merge pull request #3949
from github/update-v4.36.2-dcb947ce1f521b08
Add additional changelog notes8aeff0f
Update changelog for v4.36.2dcb947c
Merge pull request #3948
from github/update-bundle/codeql-bundle-v2.25.6c251bce
Add changelog note62953c1
Update default bundle to codeql-bundle-v2.25.6423b570
Merge pull request #3946
from github/dependabot/npm_and_yarn/npm-minor-5d507a...c35d1b1
Merge pull request #3947
from github/dependabot/github_actions/dot-github/wor...cb1a588
Merge pull request #3937
from github/robertbrignull/waitForProcessing_backoffba47406
Merge pull request #3943
from github/henrymercer/cache-cli-version-info