From 95155ecb10049a7ef2a0652e1fb377a93c45e15c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 06:17:30 +0000 Subject: [PATCH] chore(deps): actions: bump jdx/mise-action in the all-actions group Bumps the all-actions group with 1 update: [jdx/mise-action](https://github.com/jdx/mise-action). Updates `jdx/mise-action` from 4.2.1 to 4.2.3 - [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/dad1bfd3df957f44999b559dd69dc1671cb4e9ea...9e7f7633ff6f6d6048a9418a68d48f288f50eb14) --- updated-dependencies: - dependency-name: jdx/mise-action dependency-version: 4.2.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/dead-code-pr.yml | 2 +- .github/workflows/deploy.yml | 2 +- .github/workflows/integ.yml | 2 +- .github/workflows/security-pr.yml | 2 +- .github/workflows/security.yml | 2 +- .github/workflows/upgrade-main.yml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c292e6325..9db734f9e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -226,7 +226,7 @@ jobs: }' > cdk/cdk.context.json cat cdk/cdk.context.json - name: Install mise - uses: jdx/mise-action@dad1bfd3df957f44999b559dd69dc1671cb4e9ea # v4.2.1 + uses: jdx/mise-action@9e7f7633ff6f6d6048a9418a68d48f288f50eb14 # v4.2.3 with: cache: true - name: Setup Node.js diff --git a/.github/workflows/dead-code-pr.yml b/.github/workflows/dead-code-pr.yml index 536b050c4..58f48eda8 100644 --- a/.github/workflows/dead-code-pr.yml +++ b/.github/workflows/dead-code-pr.yml @@ -33,7 +33,7 @@ jobs: persist-credentials: false - name: Install mise - uses: jdx/mise-action@dad1bfd3df957f44999b559dd69dc1671cb4e9ea # v4.2.1 + uses: jdx/mise-action@9e7f7633ff6f6d6048a9418a68d48f288f50eb14 # v4.2.3 with: cache: true diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 4546dde57..3ba86f8b1 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -234,7 +234,7 @@ jobs: aws-region: ${{ vars.AWS_REGION }} - name: Install mise - uses: jdx/mise-action@dad1bfd3df957f44999b559dd69dc1671cb4e9ea # v4.2.1 + uses: jdx/mise-action@9e7f7633ff6f6d6048a9418a68d48f288f50eb14 # v4.2.3 with: cache: true diff --git a/.github/workflows/integ.yml b/.github/workflows/integ.yml index 28558046f..b28126aeb 100644 --- a/.github/workflows/integ.yml +++ b/.github/workflows/integ.yml @@ -207,7 +207,7 @@ jobs: aws-region: ${{ vars.AWS_REGION || 'us-east-1' }} - name: Install mise - uses: jdx/mise-action@dad1bfd3df957f44999b559dd69dc1671cb4e9ea # v4.2.1 + uses: jdx/mise-action@9e7f7633ff6f6d6048a9418a68d48f288f50eb14 # v4.2.3 with: cache: true diff --git a/.github/workflows/security-pr.yml b/.github/workflows/security-pr.yml index b48453625..c8b24d57e 100644 --- a/.github/workflows/security-pr.yml +++ b/.github/workflows/security-pr.yml @@ -44,7 +44,7 @@ jobs: persist-credentials: false - name: Install mise - uses: jdx/mise-action@dad1bfd3df957f44999b559dd69dc1671cb4e9ea # v4.2.1 + uses: jdx/mise-action@9e7f7633ff6f6d6048a9418a68d48f288f50eb14 # v4.2.3 with: cache: true diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index ce7bad11a..20593794f 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -48,7 +48,7 @@ jobs: persist-credentials: false - name: Install mise - uses: jdx/mise-action@dad1bfd3df957f44999b559dd69dc1671cb4e9ea # v4.2.1 + uses: jdx/mise-action@9e7f7633ff6f6d6048a9418a68d48f288f50eb14 # v4.2.3 with: cache: true diff --git a/.github/workflows/upgrade-main.yml b/.github/workflows/upgrade-main.yml index 1bf17693d..83f0d7f12 100644 --- a/.github/workflows/upgrade-main.yml +++ b/.github/workflows/upgrade-main.yml @@ -45,7 +45,7 @@ jobs: persist-credentials: false - name: Install mise - uses: jdx/mise-action@dad1bfd3df957f44999b559dd69dc1671cb4e9ea # v4.2.1 + uses: jdx/mise-action@9e7f7633ff6f6d6048a9418a68d48f288f50eb14 # v4.2.3 with: cache: true