From d62cb994ba08ba30affac6ba46269976c2effbf9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 06:25:42 +0000 Subject: [PATCH] chore(deps): bump jdx/mise-action in the actions-minor-patch group Bumps the actions-minor-patch group with 1 update: [jdx/mise-action](https://github.com/jdx/mise-action). Updates `jdx/mise-action` from 4 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/v4...v4.2.3) --- updated-dependencies: - dependency-name: jdx/mise-action dependency-version: 4.2.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-minor-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 6 +++--- .github/workflows/codeql.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cd5e842..bd7e65c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,7 +51,7 @@ jobs: with: egress-policy: audit - uses: actions/checkout@v7 - - uses: jdx/mise-action@v4 + - uses: jdx/mise-action@v4.2.3 with: install_args: >- go @@ -80,7 +80,7 @@ jobs: with: egress-policy: audit - uses: actions/checkout@v7 - - uses: jdx/mise-action@v4 + - uses: jdx/mise-action@v4.2.3 with: install_args: >- go @@ -111,7 +111,7 @@ jobs: with: fetch-depth: 0 # full history is required by the gitleaks history scan persist-credentials: false # keep the checkout token out of git config - - uses: jdx/mise-action@v4 + - uses: jdx/mise-action@v4.2.3 with: install_args: >- go diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index fd312f0..38426aa 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -39,7 +39,7 @@ jobs: with: egress-policy: audit - uses: actions/checkout@v7 - - uses: jdx/mise-action@v4 + - uses: jdx/mise-action@v4.2.3 with: install_args: >- go