From df9f53ef879826071164d4eee8063fd9f626ccee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 06:17:16 +0000 Subject: [PATCH] chore(deps): bump geomys/sandboxed-step in the github-actions group Bumps the github-actions group with 1 update: [geomys/sandboxed-step](https://github.com/geomys/sandboxed-step). Updates `geomys/sandboxed-step` from 1.2.1 to 1.2.2 - [Release notes](https://github.com/geomys/sandboxed-step/releases) - [Commits](https://github.com/geomys/sandboxed-step/compare/7d75eb49d17fdeeb3656b3a57d35932d205bcfb9...a6bfc174e532cea4f378e3427bcde8b714c2e810) --- updated-dependencies: - dependency-name: geomys/sandboxed-step dependency-version: 1.2.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/govulncheck.yaml | 4 ++-- .github/workflows/release.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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