Skip to content

Commit ad51050

Browse files
committed
.github/workflows: update sandboxed-step to fix memory corruption
For geomys/sandboxed-step#6
1 parent 7dd4316 commit ad51050

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
go-version: ${{ matrix.go-version }}
2828
go-version-file: ${{ matrix.go-version-file }}
29-
- uses: geomys/sandboxed-step@v1.2.0
29+
- uses: geomys/sandboxed-step@v1.2.2
3030
with:
3131
run: |
3232
sudo apt-get update && sudo apt-get install -y psmisc # for killall
@@ -46,7 +46,7 @@ jobs:
4646
- uses: actions/setup-go@v6
4747
with:
4848
go-version: stable
49-
- uses: geomys/sandboxed-step@v1.1.1
49+
- uses: geomys/sandboxed-step@v1.2.2
5050
with:
5151
run: go run honnef.co/go/tools/cmd/staticcheck@latest ./...
5252
govulncheck:
@@ -58,6 +58,6 @@ jobs:
5858
- uses: actions/setup-go@v6
5959
with:
6060
go-version: stable
61-
- uses: geomys/sandboxed-step@v1.1.1
61+
- uses: geomys/sandboxed-step@v1.2.2
6262
with:
6363
run: go run golang.org/x/vuln/cmd/govulncheck@latest ./...

0 commit comments

Comments
 (0)