From a04453b76e28efdc244d8b63bd04f3d17f7ea6ea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 12:48:47 +0000 Subject: [PATCH] Update jdx/mise-action digest to 1648a78 --- .github/workflows/ci.yml | 14 +++++++------- .github/workflows/release.yml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fa9cd88..8fcff39 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 with: persist-credentials: false - - uses: jdx/mise-action@c1ecc8f748cd28cdeabf76dab3cccde4ce692fe4 # v4 + - uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4 - name: Check formatting (dprint) run: dprint check @@ -32,7 +32,7 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 with: persist-credentials: false - - uses: jdx/mise-action@c1ecc8f748cd28cdeabf76dab3cccde4ce692fe4 # v4 + - uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4 - name: Run tests run: go test -race -coverprofile=coverage.out -coverpkg=./... ./... @@ -54,7 +54,7 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 with: persist-credentials: false - - uses: jdx/mise-action@c1ecc8f748cd28cdeabf76dab3cccde4ce692fe4 # v4 + - uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4 - name: Build env: @@ -69,7 +69,7 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 with: persist-credentials: false - - uses: jdx/mise-action@c1ecc8f748cd28cdeabf76dab3cccde4ce692fe4 # v4 + - uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4 - name: Install UPX run: | @@ -96,7 +96,7 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 with: persist-credentials: false - - uses: jdx/mise-action@c1ecc8f748cd28cdeabf76dab3cccde4ce692fe4 # v4 + - uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4 - name: Run govulncheck run: | @@ -123,7 +123,7 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 with: persist-credentials: false - - uses: jdx/mise-action@c1ecc8f748cd28cdeabf76dab3cccde4ce692fe4 # v4 + - uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4 - name: Build static binary run: CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags="-s -w" -o preflight ./cmd/preflight @@ -142,7 +142,7 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 with: persist-credentials: false - - uses: jdx/mise-action@c1ecc8f748cd28cdeabf76dab3cccde4ce692fe4 # v4 + - uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4 - name: Build static binary run: CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags="-s -w" -o preflight ./cmd/preflight diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e8906df..0f4cc03 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 with: persist-credentials: false - - uses: jdx/mise-action@c1ecc8f748cd28cdeabf76dab3cccde4ce692fe4 # v4 + - uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4 with: cache: false