From ff1500845705136bfca11c15f111b1e66679073c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 20 Jan 2026 14:46:36 +0000 Subject: [PATCH] Update jdx/mise-action digest to 6d1e696 --- .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 7442002..33232c4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 with: persist-credentials: false - - uses: jdx/mise-action@146a28175021df8ca24f8ee1828cc2a60f980bd5 # v3 + - uses: jdx/mise-action@6d1e696aa24c1aa1bcc1adea0212707c71ab78a8 # v3 - name: Check formatting (dprint) run: dprint check @@ -32,7 +32,7 @@ jobs: - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 with: persist-credentials: false - - uses: jdx/mise-action@146a28175021df8ca24f8ee1828cc2a60f980bd5 # v3 + - uses: jdx/mise-action@6d1e696aa24c1aa1bcc1adea0212707c71ab78a8 # v3 - name: Run tests run: go test -race -coverprofile=coverage.out -coverpkg=./... ./... @@ -54,7 +54,7 @@ jobs: - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 with: persist-credentials: false - - uses: jdx/mise-action@146a28175021df8ca24f8ee1828cc2a60f980bd5 # v3 + - uses: jdx/mise-action@6d1e696aa24c1aa1bcc1adea0212707c71ab78a8 # v3 - name: Build env: @@ -69,7 +69,7 @@ jobs: - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 with: persist-credentials: false - - uses: jdx/mise-action@146a28175021df8ca24f8ee1828cc2a60f980bd5 # v3 + - uses: jdx/mise-action@6d1e696aa24c1aa1bcc1adea0212707c71ab78a8 # v3 - name: Install UPX run: | @@ -96,7 +96,7 @@ jobs: - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 with: persist-credentials: false - - uses: jdx/mise-action@146a28175021df8ca24f8ee1828cc2a60f980bd5 # v3 + - uses: jdx/mise-action@6d1e696aa24c1aa1bcc1adea0212707c71ab78a8 # v3 - name: Run govulncheck run: | @@ -123,7 +123,7 @@ jobs: - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 with: persist-credentials: false - - uses: jdx/mise-action@146a28175021df8ca24f8ee1828cc2a60f980bd5 # v3 + - uses: jdx/mise-action@6d1e696aa24c1aa1bcc1adea0212707c71ab78a8 # v3 - 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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 with: persist-credentials: false - - uses: jdx/mise-action@146a28175021df8ca24f8ee1828cc2a60f980bd5 # v3 + - uses: jdx/mise-action@6d1e696aa24c1aa1bcc1adea0212707c71ab78a8 # v3 - 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 ec43bef..b9969f7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 with: persist-credentials: false - - uses: jdx/mise-action@146a28175021df8ca24f8ee1828cc2a60f980bd5 # v3 + - uses: jdx/mise-action@6d1e696aa24c1aa1bcc1adea0212707c71ab78a8 # v3 with: cache: false