build(deps): bump jdx/mise-action from 4.2.0 to 4.2.1 · Entire

build(deps): bump jdx/mise-action from 4.2.0 to 4.2.1

f9a6d0f→main·

dependabot[bot]·yesterday·8 files·+11 added/-11 removed

Bumps jdx/mise-action from 4.2.0 to 4.2.1.


updated-dependencies:

Signed-off-by: dependabot[bot] support@github.com

Changes

8

16 unmodified lines

17
18
19
20
20
21
22
23
14 unmodified lines

38
39
40
41
41
42
43
44
16 unmodified lines

61
62
63
64
64
65
66
67

16 unmodified lines

sudo apt-get update
          sudo apt-get install -y gnome-keyring
          echo 'somecredstorepass' | gnome-keyring-daemon --unlock
      - uses: jdx/mise-action@e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d # v4
      - uses: jdx/mise-action@dad1bfd3df957f44999b559dd69dc1671cb4e9ea # v4
      - name: Core Tests
        env:
          GO_TEST_PARALLEL: "16"
14 unmodified lines

sudo apt-get update
          sudo apt-get install -y gnome-keyring
          echo 'somecredstorepass' | gnome-keyring-daemon --unlock
      - uses: jdx/mise-action@e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d # v4
      - uses: jdx/mise-action@dad1bfd3df957f44999b559dd69dc1671cb4e9ea # v4
      - name: Integration Tests
        env:
          GO_TEST_PARALLEL: "16"
16 unmodified lines

sudo apt-get update
          sudo apt-get install -y gnome-keyring
          echo 'somecredstorepass' | gnome-keyring-daemon --unlock
      - uses: jdx/mise-action@e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d # v4
      - uses: jdx/mise-action@dad1bfd3df957f44999b559dd69dc1671cb4e9ea # v4
      - name: E2E Canary
        env:
          E2E_CHECKPOINT_STORE: ${{ matrix.checkpoint_store }}

M.github/workflows/ci.yml+3/-3

83 unmodified lines

84
85
86
87
87
88
89
90

83 unmodified lines

echo 'somecredstorepass' | gnome-keyring-daemon --unlock

- name: Setup mise
        uses: jdx/mise-action@e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d # v4
        uses: jdx/mise-action@dad1bfd3df957f44999b559dd69dc1671cb4e9ea # v4

- name: Build entire CLI
        run: go build -o /usr/local/bin/entire ./cmd/entire

M.github/workflows/e2e-checkpoint-store.yml+1/-1

48 unmodified lines

49
50
51
52
52
53
54
55
80 unmodified lines

136
137
138
139
139
140
141
142

48 unmodified lines

echo 'somecredstorepass' | gnome-keyring-daemon --unlock

- name: Setup mise
        uses: jdx/mise-action@e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d # v4
        uses: jdx/mise-action@dad1bfd3df957f44999b559dd69dc1671cb4e9ea # v4

- name: Build entire CLI
        run: go build -o /usr/local/bin/entire ./cmd/entire

M.github/workflows/e2e-checkpoints-v2.yml+2/-2

23 unmodified lines

24
25
26
27
27
28
29
30

23 unmodified lines

uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0

- name: Setup mise
        uses: jdx/mise-action@e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d # v4
        uses: jdx/mise-action@dad1bfd3df957f44999b559dd69dc1671cb4e9ea # v4

- name: Install system dependencies
        run: sudo apt-get update && sudo apt-get install -y tmux

M.github/workflows/e2e-isolated.yml+1/-1

22 unmodified lines

23
24
25
26
26
27
28
29

22 unmodified lines

uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0

- name: Setup mise
        uses: jdx/mise-action@e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d # v4
        uses: jdx/mise-action@dad1bfd3df957f44999b559dd69dc1671cb4e9ea # v4

- name: Install Claude Code
        run: |

M.github/workflows/e2e-windows.yml+1/-1

69 unmodified lines

70
71
72
73
73
74
75
76

69 unmodified lines

persist-credentials: false

- name: Setup mise
        uses: jdx/mise-action@e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d # v4
        uses: jdx/mise-action@dad1bfd3df957f44999b559dd69dc1671cb4e9ea # v4

- name: Install system dependencies
        run: sudo apt-get update && sudo apt-get install -y tmux

M.github/workflows/e2e.yml+1/-1

22 unmodified lines

23
24
25
26
26
27
28
29

22 unmodified lines

# edit; release.yml uses the same pattern.
          go-version-file: go.mod

- uses: jdx/mise-action@e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d # v4
      - uses: jdx/mise-action@dad1bfd3df957f44999b559dd69dc1671cb4e9ea # v4

- name: Run linters
        run: mise run lint

M.github/workflows/lint.yml+1/-1

27 unmodified lines

28
29
30
31
31
32
33
34

27 unmodified lines

fetch-depth: 0
          ref: ${{ env.RELEASE_TAG }}

- uses: jdx/mise-action@e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d # v4
      - uses: jdx/mise-action@dad1bfd3df957f44999b559dd69dc1671cb4e9ea # v4

- name: Setup Go
        uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0

M.github/workflows/release.yml+1/-1