Skip to content

Commit df9f53e

Browse files
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](geomys/sandboxed-step@7d75eb4...a6bfc17) --- 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] <support@github.com>
1 parent 97af4c0 commit df9f53e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/govulncheck.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
go-version: ${{ matrix.go.go-version }}
2929
go-version-file: ${{ matrix.go.go-version-file }}
30-
- uses: geomys/sandboxed-step@7d75eb49d17fdeeb3656b3a57d35932d205bcfb9
30+
- uses: geomys/sandboxed-step@a6bfc174e532cea4f378e3427bcde8b714c2e810
3131
with:
3232
run: |
3333
export GODEBUG=cpu.aes=off
@@ -45,7 +45,7 @@ jobs:
4545
- uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e
4646
with:
4747
go-version-file: go.mod
48-
- uses: geomys/sandboxed-step@7d75eb49d17fdeeb3656b3a57d35932d205bcfb9
48+
- uses: geomys/sandboxed-step@a6bfc174e532cea4f378e3427bcde8b714c2e810
4949
with:
5050
run: |
5151
export GODEBUG=cpu.aes=off

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e
2020
with:
2121
go-version-file: go.mod
22-
- uses: geomys/sandboxed-step@7d75eb49d17fdeeb3656b3a57d35932d205bcfb9
22+
- uses: geomys/sandboxed-step@a6bfc174e532cea4f378e3427bcde8b714c2e810
2323
with:
2424
run: |
2525
export GODEBUG=cpu.aes=off

0 commit comments

Comments
 (0)