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