Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
sudo apt-get update
sudo apt-get install -y gnome-keyring
echo 'somecredstorepass' | gnome-keyring-daemon --unlock
- uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4
- uses: jdx/mise-action@dba19683ed58901619b14f395a24841710cb4925 # v4
- name: Core Tests
env:
GO_TEST_PARALLEL: "16"
Expand All @@ -38,7 +38,7 @@ jobs:
sudo apt-get update
sudo apt-get install -y gnome-keyring
echo 'somecredstorepass' | gnome-keyring-daemon --unlock
- uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4
- uses: jdx/mise-action@dba19683ed58901619b14f395a24841710cb4925 # v4
- name: Integration Tests
env:
GO_TEST_PARALLEL: "16"
Expand All @@ -55,7 +55,7 @@ jobs:
sudo apt-get update
sudo apt-get install -y gnome-keyring
echo 'somecredstorepass' | gnome-keyring-daemon --unlock
- uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4
- uses: jdx/mise-action@dba19683ed58901619b14f395a24841710cb4925 # v4
- name: E2E Canary
run: mise run test:e2e:canary

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/e2e-checkpoints-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
echo 'somecredstorepass' | gnome-keyring-daemon --unlock

- name: Setup mise
uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4
uses: jdx/mise-action@dba19683ed58901619b14f395a24841710cb4925 # v4

- name: Build entire CLI
run: go build -o /usr/local/bin/entire ./cmd/entire
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
echo 'somecredstorepass' | gnome-keyring-daemon --unlock

- name: Setup mise
uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4
uses: jdx/mise-action@dba19683ed58901619b14f395a24841710cb4925 # v4

- name: Build entire CLI
run: go build -o /usr/local/bin/entire ./cmd/entire
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-isolated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3

- name: Setup mise
uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4
uses: jdx/mise-action@dba19683ed58901619b14f395a24841710cb4925 # v4

- name: Install system dependencies
run: sudo apt-get update && sudo apt-get install -y tmux
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3

- name: Setup mise
uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4
uses: jdx/mise-action@dba19683ed58901619b14f395a24841710cb4925 # v4

- name: Install Claude Code
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3

- name: Setup mise
uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4
uses: jdx/mise-action@dba19683ed58901619b14f395a24841710cb4925 # v4

- name: Install system dependencies
run: sudo apt-get update && sudo apt-get install -y tmux
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
# edit; release.yml uses the same pattern.
go-version-file: go.mod

- uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4
- uses: jdx/mise-action@dba19683ed58901619b14f395a24841710cb4925 # v4

- name: Run linters
run: mise run lint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
fetch-depth: 0
ref: ${{ env.RELEASE_TAG }}

- uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4
- uses: jdx/mise-action@dba19683ed58901619b14f395a24841710cb4925 # v4

- name: Setup Go
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
Expand Down
Loading