diff --git a/.github/workflows/govulncheck.yaml b/.github/workflows/govulncheck.yaml index 518cd9c..f42d88a 100644 --- a/.github/workflows/govulncheck.yaml +++ b/.github/workflows/govulncheck.yaml @@ -27,7 +27,7 @@ jobs: with: go-version: ${{ matrix.go.go-version }} go-version-file: ${{ matrix.go.go-version-file }} - - uses: geomys/sandboxed-step@7d75eb49d17fdeeb3656b3a57d35932d205bcfb9 + - uses: geomys/sandboxed-step@a6bfc174e532cea4f378e3427bcde8b714c2e810 with: run: | export GODEBUG=cpu.aes=off @@ -45,7 +45,7 @@ jobs: - uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e with: go-version-file: go.mod - - uses: geomys/sandboxed-step@7d75eb49d17fdeeb3656b3a57d35932d205bcfb9 + - uses: geomys/sandboxed-step@a6bfc174e532cea4f378e3427bcde8b714c2e810 with: run: | export GODEBUG=cpu.aes=off diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 18a6bb1..ad4a466 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -19,7 +19,7 @@ jobs: - uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e with: go-version-file: go.mod - - uses: geomys/sandboxed-step@7d75eb49d17fdeeb3656b3a57d35932d205bcfb9 + - uses: geomys/sandboxed-step@a6bfc174e532cea4f378e3427bcde8b714c2e810 with: run: | export GODEBUG=cpu.aes=off