From b31fea5af32fc10367a39b1c111dca6b42691c17 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 05:17:08 +0000 Subject: [PATCH] chore(deps): update jdx/mise-action action to v4.3.0 --- .github/workflows/test-template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-template.yml b/.github/workflows/test-template.yml index 2eb6cbe..d2957e6 100644 --- a/.github/workflows/test-template.yml +++ b/.github/workflows/test-template.yml @@ -108,7 +108,7 @@ jobs: run: uvx semgrep@1.167.0 scan --config .semgrep.yml --metrics=off --error . # gitleaks is installed from the mise.toml pin (single source of truth); # install: false brings up the mise CLI only. - - uses: jdx/mise-action@e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d # v4.2.0 + - uses: jdx/mise-action@c2a87611a18de5b3828c5652fe268e992400cb5c # v4.3.0 with: install: false - name: gitleaks