From 4dd0678be2cdb249fabefcf2a13bd7f49ec77de2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 10:15:56 +0000 Subject: [PATCH 1/2] chore(deps): update jdx/mise-action digest to e79ddf6 --- .github/workflows/lint-and-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint-and-test.yml b/.github/workflows/lint-and-test.yml index 63ccf91..9232de4 100644 --- a/.github/workflows/lint-and-test.yml +++ b/.github/workflows/lint-and-test.yml @@ -27,7 +27,7 @@ jobs: go-version-file: 'go.mod' - name: Install mise and all workspace tools - uses: jdx/mise-action@6d1e696aa24c1aa1bcc1adea0212707c71ab78a8 # v3 + uses: jdx/mise-action@e79ddf65a11cec7b0e882bedced08d6e976efb2d # v3 - name: Run the linters run: task lint @@ -59,7 +59,7 @@ jobs: go-version-file: 'go.mod' - name: Install mise and all workspace tools - uses: jdx/mise-action@6d1e696aa24c1aa1bcc1adea0212707c71ab78a8 # v3 + uses: jdx/mise-action@e79ddf65a11cec7b0e882bedced08d6e976efb2d # v3 - name: Build run: task build From d16947e9796e666d228b794bbeb21a5d7a2c5c72 Mon Sep 17 00:00:00 2001 From: Patrick Hoefler Date: Mon, 2 Mar 2026 14:54:39 +0100 Subject: [PATCH 2/2] chore: use semver for mise-action Pin mise-action version to v3.6.2 in lint-and-test workflow. --- .github/workflows/lint-and-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint-and-test.yml b/.github/workflows/lint-and-test.yml index 9232de4..4733bfd 100644 --- a/.github/workflows/lint-and-test.yml +++ b/.github/workflows/lint-and-test.yml @@ -27,7 +27,7 @@ jobs: go-version-file: 'go.mod' - name: Install mise and all workspace tools - uses: jdx/mise-action@e79ddf65a11cec7b0e882bedced08d6e976efb2d # v3 + uses: jdx/mise-action@e79ddf65a11cec7b0e882bedced08d6e976efb2d # v3.6.2 - name: Run the linters run: task lint @@ -59,7 +59,7 @@ jobs: go-version-file: 'go.mod' - name: Install mise and all workspace tools - uses: jdx/mise-action@e79ddf65a11cec7b0e882bedced08d6e976efb2d # v3 + uses: jdx/mise-action@e79ddf65a11cec7b0e882bedced08d6e976efb2d # v3.6.2 - name: Build run: task build