From 8d3eab9cc7c08bcaf03353bea963ce9fd701c299 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 22:12:38 +0000 Subject: [PATCH] build(deps): bump jdx/mise-action from 2 to 4 Bumps [jdx/mise-action](https://github.com/jdx/mise-action) from 2 to 4. - [Release notes](https://github.com/jdx/mise-action/releases) - [Changelog](https://github.com/jdx/mise-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/jdx/mise-action/compare/v2...v4) --- updated-dependencies: - dependency-name: jdx/mise-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 10 +++++----- .github/workflows/commitlint.yml | 2 +- .github/workflows/sbom.yml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d3a3fa67..7396cd58 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: jdx/mise-action@v2 + - uses: jdx/mise-action@v4 - run: pnpm install --frozen-lockfile --ignore-scripts - run: pnpm exec biome ci . @@ -26,7 +26,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: jdx/mise-action@v2 + - uses: jdx/mise-action@v4 - run: pnpm install --frozen-lockfile --ignore-scripts - run: pnpm -r exec tsc --noEmit @@ -38,7 +38,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4 - - uses: jdx/mise-action@v2 + - uses: jdx/mise-action@v4 - name: Ensure node-gyp is available for native tree-sitter build run: npm i -g node-gyp - run: pnpm install --frozen-lockfile @@ -48,7 +48,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: jdx/mise-action@v2 + - uses: jdx/mise-action@v4 - run: pnpm install --frozen-lockfile --ignore-scripts - run: pnpm -F @opencodehub/sarif build - run: pnpm -F @opencodehub/sarif run validate-schema @@ -63,7 +63,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: jdx/mise-action@v2 + - uses: jdx/mise-action@v4 - run: pnpm install --frozen-lockfile --ignore-scripts - name: license allowlist run: > diff --git a/.github/workflows/commitlint.yml b/.github/workflows/commitlint.yml index 3c1d0e6e..6cb82d4e 100644 --- a/.github/workflows/commitlint.yml +++ b/.github/workflows/commitlint.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 - - uses: jdx/mise-action@v2 + - uses: jdx/mise-action@v4 - run: pnpm install --frozen-lockfile --ignore-scripts - name: Validate PR commit messages run: | diff --git a/.github/workflows/sbom.yml b/.github/workflows/sbom.yml index b809bc78..a5c3d0e3 100644 --- a/.github/workflows/sbom.yml +++ b/.github/workflows/sbom.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: jdx/mise-action@v2 + - uses: jdx/mise-action@v4 - run: pnpm install --frozen-lockfile --ignore-scripts - name: Generate CycloneDX SBOM run: npx -y @cyclonedx/cdxgen@11 -t pnpm -o SBOM.cdx.json --spec-version 1.5 -p